fix views

This commit is contained in:
Antonio Ramirez
2016-12-11 00:56:05 +01:00
parent 005ab4f1b8
commit 1ebe58d2ce
25 changed files with 238 additions and 302 deletions

View File

@ -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.
*/