thyseus / yii-user-management

a user management module collection for the yii framework
185 stars 122 forks source link

{attribute} must not contain more than {num} sequentially repeated characters #110

Open jod3 opened 11 years ago

jod3 commented 11 years ago

On initial password change for default user admin/admin i had this error "New password must not contain more than 4 sequentially repeated characters." which seemed to check the database-hash of password admin in yum-table user, which had those 4 sequentially repeated characters. I got the password changed by commenting out line 259 of YumUserController.php $model->validate(); for this initial time. But in general the old password should not be checked on password change, or am i wrong?

anyway, nice module... cheers

thyseus commented 11 years ago

have you used 0.8 or git-master? i thought this bug was fixed two months ago...

jod3 commented 11 years ago

git-master ( wget -> zip file from git)