Page 1 of 1

Issue when changing login name but not password

Posted: Wed Jun 15, 2016 1:52 pm
by nekpap
Hi!

When changing login name but not password (left it blank) the account is locked!
Is this a bug?

Nektarios

Re: Issue when changing login name but not password

Posted: Tue Jun 21, 2016 2:03 am
by admin
nekpap,

The password is encoded using username and password. If you change the username, the password will change.

Steven

Re: Issue when changing login name but not password

Posted: Thu Jun 30, 2016 7:14 pm
by nekpap
Steven,

here is the full story :

User Name : nekpap
Password : 1234
password stored : md5('nekpap1234') -> b36c175e4173e43db646318c6d56b5a5

when you change to
User Name: nektarios

whithout to fill the "New Password" and "Retype New Password" fields the stored password DO NOT change. It remains b36c175e4173e43db646318c6d56b5a5 and the account is locked because the user name changed.

it should be

md5('nektarios1234') -> 0317fd1d836a9f76ace0142e1cdd75af OR
md5('nektarios') -> 06d1f642b936f374e06befbf20e620e5

OR prevent the user not to left Password fields empty.

Thanks
Nektarios