Q: How do I reset the Admin password?

As of LTK version 2.02, the Admin password can be reset using a setting in the LTK configuration file. If you are using version LTK 2.01 or earlier, please upgrade first. If you are using LTK 2.02 or newer, follow these steps:

Resetting the Admin Password
  1. Open the LTK configuration file in a text editor (ltk/config.php)
  2. Add this new setting: 'admin_password' => 'newpassword',
  3. Make sure that all settings end with a comma. (The comma after the last setting is optional.)
  4. Save the configuration file and then log in as admin with your new admin password. (Your admin password has now been reset).
  5. Re-open the LTK configuration file and remove the setting for 'admin_password'.