PHP Class Backend\Modules\Users\Installer\Installer

Inheritance: extends Backend\Core\Installer\ModuleInstaller
Show file Open project: forkcms/forkcms

Public Methods

Method Description
checkPassword ( ) : string Check the strength of the password
install ( ) Install the module

Private Methods

Method Description
addUser ( ) Add a GOD-user

Method Details

checkPassword() public method

Check the strength of the password
public checkPassword ( ) : string
return string

install() public method

Install the module
public install ( )