Elgg  Version 1.9
Namespaces | Variables
changepassword.php File Reference

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
 

Variable Documentation

$code = get_input('c')

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
Initial value:
{
register_error(elgg_echo('user:password:fail'))
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
elgg register_error
Wrapper function for system_messages.
Definition: elgglib.js:383

Definition at line 29 of file changepassword.php.

try
Initial value:
{
validate_password($password)
Simple validation of a password.
Definition: users.php:604
$password

Definition at line 14 of file changepassword.php.