mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
- check for password strength
- ask for current password before setting a new one
This commit is contained in:
parent
8eac512855
commit
a68a78ceab
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user