yii2-usuario icon indicating copy to clipboard operation
yii2-usuario copied to clipboard

Validation of user update form fails on field auth_tf_integer but no error is shown

Open santilin opened this issue 5 years ago • 1 comments

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

santilin avatar Nov 13 '19 15:11 santilin

I'll try to look into that

maxxer avatar Nov 26 '19 08:11 maxxer