|
Elgg
Version master
|
Go to the source code of this file.
Variables | |
| $user_guid = (int) get_input('u') | |
| $user = get_user($user_guid) | |
| if(! $user instanceof ElggUser) | $content |
| $shell = elgg_get_config('walled_garden') ? 'walled_garden' : 'default' | |
Definition at line 17 of file change_password.php.
| $shell = elgg_get_config('walled_garden') ? 'walled_garden' : 'default' |
Definition at line 24 of file change_password.php.
| $user = get_user($user_guid) |
Definition at line 10 of file change_password.php.
| $user_guid = (int) get_input('u') |
Definition at line 8 of file change_password.php.