Question - How to reset admin password

In mysql run these commands:

  1. use (name of database);
  2. update users set password = ‘$2a$10$WhVO3Jj4nFhCj6bToUOztun/oceKY6rT2db2bu430dW5/lU0w9KJ.’ where id = 1;
  3. update users set default_password = 1 where id = 1;
  4. log into eramba with default name and password (admin/admin)
  5. Set up new password

@sam made a video to make it even easier

image

link: Resetting eramba Admin Password without email recovery - YouTube