Admin Password Issues - GoAutoDial CE 3.0
Added by Muhammad Zahid over 10 years ago
Hi, after changing admin password I am not able to login. I tried to reset the password from DB but still facing “Login Failed” error. Please help.
I tried following method to reset admin password.
mysql> update vicidial_users set pass="webadmin123" where user_id=3;
Query OK, 1 row affected (0.00 sec)
Rows matched: 1 Changed: 1 Warnings: 0
mysql> select user_id,user, pass, active from vicidial_users where user_id=3;--------------+-------------+--------+
| user_id | user | pass | active |--------------+-------------+--------+
| 3 | admin | webadmin123 | Y |--------------+-------------+--------+
1 row in set (0.00 sec)
=================
GoAutoDial CE 3.0
Asterisk 1.4.39.1-vici.go
Single server (15 agents)
no extra hardware.
no addons.
Replies (2)
RE: Admin Password Issues - GoAutoDial CE 3.0 - Added by Muhammad Zahid over 10 years ago
figure it out; accidently user_level was set to 1 so i reverted it back to 9.
RE: Admin Password Issues - GoAutoDial CE 3.0 - Added by Demian Biscocho over 10 years ago
Good to hear that you got it all figured out.