This is an old revision of the document!
This tutorial will guide you through the steps necessary to manually reset your admin username and password. However, if you feel confident that you do know your username and password, but are simply having trouble logging in to your software's admin panel, the first step would be to delete the cookies on your computer and then try logging in again. Deleting your cookies is almost always the problem if you are unable to login to your admin panel.
You will need FTP access to your domain in order to retrieve the appropriate file for resetting the admin access to your software. This is a security precaution, so that in order to reset the admin password, you must have FTP access to the site, which typically only the admin user will have.
Before:
define('TURN_ON_RESET_PASSWORD_TOOL', 0);
After:
define('TURN_ON_RESET_PASSWORD_TOOL', 1);
<
$admin_username = "admin"; $admin_password = "geodesic";
<
< <