|
|
|
|
Knowledgebase
How do I reset my administrator password if I've lost it?
You can manually set a new administrator password from the database. Connect to your database console using the settings from your cerb4/framework.config.php file.
To display all your users, type: SELECT * FROM worker;
If you want to reset a password, you can do a query like: UPDATE worker SET pass = MD5('new_password') WHERE email = 'your@email.com';
Keywords: forgot, recover, recovery
|
|
|
|
Powered by Cerberus Helpdesk 4.0™
|