Elgg  Version 5.1
Variables
change_password.php File Reference

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'
 

Variable Documentation

if (!$user instanceof ElggUser) $content
Initial value:
= elgg_view_form('user/changepassword', [
'class' => 'elgg-form-account',
], [
'guid' => $user_guid,
'code' => get_input('c'),
])
elgg_view_form(string $action, array $form_vars=[], array $body_vars=[])
Definition: views.php:1054
get_input(string $variable, $default=null, bool $filter_result=true)
Parameter input functions.
Definition: input.php:20
$user_guid

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.