yii2-usuario
yii2-usuario copied to clipboard
Validation of user update form fails on field auth_tf_integer but no error is shown
What steps will reproduce the problem?
Install yii2-usuario module out of the box (without two factor autentication enabled). Add a user and then try to change its password in user/admin/update.
What is the expected result?
The password is changed
What do you get instead?
Nothing visually changes. Internally, the rule
'twoFactorEnabledNumber' => ['auth_tf_enabled', 'integer']
of the User model fails, but no error is shown
I'll try to look into that