Reset the admin password


If you have forgotten the "admin" account's password you can use two methods to regain access:

  1. Reset the password of the "admin" account from another account with Administrator role.
  2. If you cannot do that, connect to MySQL using PHPMyAdmin or a similar tool, or from the CLI by executing:
    •  mysql -p
    • The following SQL command selects the database:
    • USE andrisoft
    • To update the password execute:
    • UPDATE company_staff SET password="*7ACE763ED393514FE0C162B93996ECD195FFC4F5" WHERE username="admin";
    • The password for the "admin" account is now "changeme".


AuthorAndrisoft Team
Date Created18 March 2014
Date Updated30 November 2017
Views12,052