Methods
Constructor of RequestPassword initializes class variables
RequestPassword(object $oDb, array $aCfg)
Parameters
$oDb
object
- The contenido database object
$aCfg
array
- The contenido configuration array
Function generates new password
generatePassword() : string
Returns
string
- the new password
Function checks password request for errors an delegate request to setNewPassword() if there is no error
handleNewPassword()
Function sets new password for user and sets last request time to now
setNewPassword()
Function submits new password to users mail adress
submitMail(string $sPassword)
Properties
$bIsEnabled : boolean
Default: This feature is enabled