- check for password strength

- ask for current password before setting a new one
This commit is contained in:
steinm 2012-08-28 07:00:19 +00:00
parent 8eac512855
commit a68a78ceab

View File

@ -71,7 +71,7 @@ function checkForm()
<form action="../op/op.EditEvent.php" name="form1" onsubmit="return checkForm();" method="POST">
<input type="Hidden" name="eventid" value="<?php echo $_GET["id"]; ?>">
<input type="Hidden" name="eventid" value="<?php echo (int) $_GET["id"]; ?>">
<table>
<tr>