Console

Reset the admin password

If you have forgotten the password of the "admin" account, you can regain access in two ways:

  1. Reset the password of the "admin" account from another Console account with the Administrator role, in Configuration » General Settings » User Management.
  2. If no other Administrator account exists, connect to MySQL/MariaDB on the Console server (with phpMyAdmin, or from the CLI with mysql -p) and execute:
    USE andrisoft;
    UPDATE company_staff SET password="*7ACE763ED393514FE0C162B93996ECD195FFC4F5" WHERE username="admin";
    The password of the "admin" account is now changeme — log in and change it immediately in Configuration » General Settings » User Management.
AuthorAndrisoft Team
Date Created18 March 2014
Date Updated30 November 2017
Views12,198