Updating all user and phone password in ViCiDial from the command line

To simultaneously update all of the username and phone passwords in ViCiDial, please log in to your MySQL (or PhpMyAdmin, if available) and run the following SQL statements:

UPDATE phones set pass='Your_Password',conf_secret='Your_Password' where user_level=1;
UPDATE vicidial_users set pass='Your_Password',phone_pass='Your_Password' where user_level=1;