How to reset Vicidial or GoAutoDial admin password

How to reset Vicidial or GoAutoDial admin password

If you forget the Vicidial or GoAutoDial Admin password you can get your password if you know root password of the server . follow the below steps.

step -1 connect your server through ssh

step -2 login to mysql

# mysql -pvicidialnow asterisk
# mysql>

step -3 excute  mysql query( select * from vicidial_users where user=’Admin’; )

Note:- Please dont copy paste please type the query

mysql> select * from vicidial_users where user=’Admin’;
you will see something like below

————–+————-+———–+————+————+————-+————+————–+——————–+————–+——————+—————–+———————-+————+—————–+——————+——————-+—————-+————–+—————-+———————–+———————–+——————

3 | admin | vicidialnow | Admin | 9 | ADMIN | | | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |

hope it will help you.

 

Leave a Comment