mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +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
	 steinm
						steinm