Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

If you've ever forgot your password and password reminder is not working for you (i.e. you didnt changed default admin email address) - nothing to worry about - you can still change it in HostBill database.

To change your password using SQL:

  1. Login to your HostBill mysql database (for ex. using PhpMyAdmin tool)
  2. Browse to hb_admin_access table
  3. Update and perform SQL Query below:
UPDATE hb_admin_access SET `password`=MD5('mynewadminpassword') WHERE username='admin';
  • No labels