Tilmeld Server API  1.0.0
Nymph user and group management with access controls.
Static Public Member Functions | Static Public Attributes | List of all members
Tilmeld\Entities\Mail\RecoverPassword Class Reference

Recover Account Password. More...

Inheritance diagram for Tilmeld\Entities\Mail\RecoverPassword:

Static Public Member Functions

static getMacro ($name)
 
static getSubject ()
 
static getHTML ()
 

Static Public Attributes

static $cname = 'Recover Password'
 
static $description = 'This email is sent when a user can\'t access their account so they can recover their password.'
 
static $expectsRecipient = true
 
static $macros
 

Detailed Description

Recover Account Password.

Author
Hunter Perrin hperr.nosp@m.in@g.nosp@m.mail..nosp@m.com
See also
http://tilmeld.org/

Definition at line 12 of file RecoverPassword.php.

Member Data Documentation

◆ $macros

Tilmeld\Entities\Mail\RecoverPassword::$macros
static
Initial value:
= [
'recover_code' => 'The code to reset their password.',
'time_limit' => 'How long a recovery request is valid.',
'to_phone' => 'The recipient\'s phone number.',
'to_fax' => 'The recipient\'s fax number.',
'to_timezone' => 'The recipient\'s timezone.',
'to_address' => 'The recipient\'s address.',
]

Definition at line 16 of file RecoverPassword.php.


The documentation for this class was generated from the following file: