Elgg
Version 1.9
|
Go to the source code of this file.
Namespaces | |
Elgg | |
Save menu items. | |
Variables | |
$password = get_input('password1') | |
$password_repeat = get_input('password2') | |
$user_guid = get_input('u') | |
$code = get_input('c') | |
try | |
catch(RegistrationException $e) if($password!=$password_repeat) if(execute_new_password_request($user_guid, $code, $password)) | else |
Definition at line 12 of file changepassword.php.
$password = get_input('password1') |
Definition at line 9 of file changepassword.php.
$password_repeat = get_input('password2') |
Definition at line 10 of file changepassword.php.
$user_guid = get_input('u') |
Definition at line 11 of file changepassword.php.
catch (RegistrationException $e) if ($password!=$password_repeat) if (execute_new_password_request($user_guid, $code, $password)) else |
Definition at line 29 of file changepassword.php.
try |
Definition at line 14 of file changepassword.php.