Cant login after using Password Encryption !!!
Posted: Fri Nov 21, 2014 3:45 pm
I Encrypted Password as the document ENCRYPTED_PASSWORDS.txt at vicidial.org/docs shows
After doing so now i cant login as admin (6666)
The initial password of this user was 12345678
Now i cant access this.
I did also this
1.Login at mysql database. typed the following
mysql -ucron -p1234 asterisk
2. once i entered the mysql cli I typed the following ie after the mysql>
select * from vicidial_users where user='6666';
I noted that the password is the same 12345678 and there is a pass_hash too at the end ??
Where might the problem be ?
After doing so now i cant login as admin (6666)
The initial password of this user was 12345678
Now i cant access this.
I did also this
1.Login at mysql database. typed the following
mysql -ucron -p1234 asterisk
2. once i entered the mysql cli I typed the following ie after the mysql>
select * from vicidial_users where user='6666';
I noted that the password is the same 12345678 and there is a pass_hash too at the end ??
Where might the problem be ?