Elgg  Version master
Variables
forgotten_password.php File Reference

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]
 

Variable Documentation

◆ $body_vars

$body_vars = ['username' => $hash_missing_username]

Definition at line 13 of file forgotten_password.php.

◆ $form_vars

if ( $hash_missing_username) $form_vars = ['class' => 'elgg-form-account']

Definition at line 12 of file forgotten_password.php.

◆ $hash_missing_username

$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.