Elgg  Version 5.1
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
 
if($hash_missing_username) $body_vars = ['username' => $hash_missing_username]
 
 $shell = elgg_get_config('walled_garden') ? 'walled_garden' : 'default'
 

Variable Documentation

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
Initial value:
= [
'class' => 'elgg-form-account'

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.