Elgg
Version 2.3
|
Go to the source code of this file.
Namespaces | |
Elgg\Core | |
Activate a plugin or plugins. | |
Variables | |
$user_guid = get_input('u') | |
$code = get_input('c') | |
$user = get_entity($user_guid) | |
if(!$user instanceof ElggUser) | $title = elgg_echo('changepassword') |
$params | |
$content = elgg_view_form('user/changepassword', array('class' => 'elgg-form-account'), $params) | |
if(elgg_get_config('walled_garden')) | else |
Definition at line 16 of file change_password.php.
Definition at line 32 of file change_password.php.
$params |
Definition at line 28 of file change_password.php.
Definition at line 26 of file change_password.php.
$user = get_entity($user_guid) |
Definition at line 18 of file change_password.php.
$user_guid = get_input('u') |
Definition at line 15 of file change_password.php.
if (elgg_get_config('walled_garden')) else |
Definition at line 38 of file change_password.php.