How to reset Call Center Stats PRO admin password to default

In short, to reset the password of the user admin and change it to the factory one.

You must execute the following command in the linux shell of the server where you have installed the software (more precisely the software database):


mysql -uroot -p -h localhost -e "REPLACE INTO users VALUES (1, 'admin', 'd033e22ae348aeb5660fc2140aec35850c4da997', 'Administrator', '15');" qstats



NOTE: you should know your mysql root password to execute the command succesfully.

This command will change the password of the user 'admin', the new password will be 'admin' too.


Did you find this article useful?