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