Close #23 provide administrator with an option for user to reset its
password.
This commit is contained in:
@ -56,6 +56,10 @@ class Module extends BaseModule
|
||||
* @var bool whether to enable password recovery or not
|
||||
*/
|
||||
public $allowPasswordRecovery = true;
|
||||
/**
|
||||
* @var bool whether to enable password recovery from the admin console
|
||||
*/
|
||||
public $allowAdminPasswordRecovery = true;
|
||||
/**
|
||||
* @var bool whether user can remove his account
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user