Elgg
Version 6.1
|
Go to the source code of this file.
Variables | |
$hash_missing_username = elgg_get_session()->get('forgotpassword:hash_missing') | |
Assembles and outputs the forgotten password page. More... | |
if($hash_missing_username) | $form_vars |
if($hash_missing_username) | $body_vars = ['username' => $hash_missing_username] |
$shell = elgg_get_config('walled_garden') ? 'walled_garden' : 'default' | |
if ($hash_missing_username) $body_vars = ['username' => $hash_missing_username] |
Definition at line 15 of file forgotten_password.php.
if ($hash_missing_username) $form_vars |
Definition at line 12 of file forgotten_password.php.
$hash_missing_username = elgg_get_session()->get('forgotpassword:hash_missing') |
Assembles and outputs the forgotten password page.
Definition at line 6 of file forgotten_password.php.
$shell = elgg_get_config('walled_garden') ? 'walled_garden' : 'default' |
Definition at line 17 of file forgotten_password.php.