yii2-users-module icon indicating copy to clipboard operation
yii2-users-module copied to clipboard

This module provide a users managing system for your yii2 application.

Results 7 yii2-users-module issues
Sort by recently updated
recently updated
newest added

Привет Владимир! В каком месте меняется User->secure_key? первый визит **[Регистрация]** GuestController -> signup SignupForm->beforeSave->parent(User)->beforeSave = generates (Secure_key) _secure_key теперь blabla_time_ Две недели спустя... **[Восстановление пароля]** GuestController ->actionRecovery() запускает model->recovery() RecoveryForm->recovery(находит...

same problem https://github.com/yiisoft/yii2/issues/4557 May be better use generateRandomString() ?

Первый модуль ставится а дальше все сыпится [http://joxi.ru/l2ZnVVwF8nM1L2 ](url)

safeDown() должен содержать код, отменяющий сделанное в safeUp(). В safeUp() создается три таблицы '{{%users}}', '{{%profiles}}', '{{%user_email}}'.

Hi, I have an issue when I use composer to install the module. Here is the message: ``` ... Reading bower.json of bower-asset/icheck (1.0.2) Reading bower.json of bower-asset/icheck (1.0.1) -...

When we run the migration command it show error "**\* applying m140418_204054_create_module_tbl PHP Warning 'yii\base\ErrorException' with message 'The use statement with non-c ompound name 'yii' has no effect' in F:\test\htdocs\demoadvanced\vendor\vova07\yii2-users-module\migrations\m14041...

When create a new user, we have this errorr Missing argument 2 for yii\db\BaseActiveRecord::afterSave(), called in C:\EasyPHP\data\localweb\yii\basic\vendor\vova07\yii2-users-module\models\backend\User.php on line 143 and defined because the "public function afterSave($insert, $changedAttributes)" have change...