Elgg
Version 1.9
|
Go to the source code of this file.
Namespaces | |
Elgg\Core | |
Activate a plugin or plugins. | |
Variables | |
if(elgg_is_logged_in()) | $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 14 of file change_password.php.
$content = elgg_view_form('user/changepassword', array('class' => 'elgg-form-account'), $params) |
Definition at line 30 of file change_password.php.
$params |
Definition at line 26 of file change_password.php.
Definition at line 24 of file change_password.php.
$user = get_entity($user_guid) |
Definition at line 16 of file change_password.php.
if (elgg_is_logged_in()) $user_guid = get_input('u') |
Definition at line 13 of file change_password.php.
if (elgg_get_config('walled_garden')) else |
Definition at line 36 of file change_password.php.