PHP Class Contao\ModulePassword

Front end module "lost password".
Inheritance: extends Module
Show file Open project: contao/core-bundle

Protected Properties

Property Type Description
$strTemplate string Template

Public Methods

Method Description
generate ( ) : string Display a wildcard in the back end

Protected Methods

Method Description
compile ( ) Generate the module
sendPasswordLink ( MemberModel $objMember ) Create a new user and redirect
setNewPassword ( ) Set the new password

Method Details

compile() protected method

Generate the module
protected compile ( )

generate() public method

Display a wildcard in the back end
public generate ( ) : string
return string

setNewPassword() protected method

Set the new password
protected setNewPassword ( )

Property Details

$strTemplate protected property

Template
protected string $strTemplate
return string