Elgg
Version 2.3
|
Go to the source code of this file.
Namespaces | |
Elgg | |
Save menu items. | |
Variables | |
$user = elgg_get_page_owner_entity() | |
if(!$user instanceof ElggUser) | $title = elgg_echo('user:set:password') |
$admin = '' | |
if(!elgg_is_admin_logged_in()||elgg_is_admin_logged_in()&&$user->guid==elgg_get_logged_in_user_guid()) | $password |
$password2 | |
$content = $admin . $password . $password2 | |
$admin = '' |
Definition at line 18 of file password.php.
$content = $admin . $password . $password2 |
Definition at line 39 of file password.php.
if (!elgg_is_admin_logged_in()||elgg_is_admin_logged_in()&&$user->guid==elgg_get_logged_in_user_guid()) $password |
Definition at line 27 of file password.php.
$password2 |
Definition at line 33 of file password.php.
Definition at line 15 of file password.php.
Definition at line 9 of file password.php.