|
Elgg
Version master
|
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 = ['class' => 'elgg-form-account'] |
| $body_vars = ['username' => $hash_missing_username] | |
| $body_vars = ['username' => $hash_missing_username] |
Definition at line 13 of file forgotten_password.php.
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.