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?
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