fix views
This commit is contained in:
@ -26,6 +26,10 @@ class Module extends \yii\base\Module
|
||||
* @var bool whether to enable password recovery or not.
|
||||
*/
|
||||
public $allowPasswordRecovery = true;
|
||||
/**
|
||||
* @var bool Whether user can remove his account
|
||||
*/
|
||||
public $allowAccountDelete = false;
|
||||
/**
|
||||
* @var string the class name of the strategy class to handle user's email change.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user