Retrieving Lost Passwords
Backlight provides a mechanism to reset passwords. To access this:
- Click on "Forgotten Your Password?" on the login page.
- Provide your Username and associated Email
- Click "Send Password Reset Link"
- Check your email for a Backlight Reset Link
- Click on the link provided
- Enter a new password
In the event that you are not able to receive the email in step 4:
- Complete steps 1 to 3 above, if you haven't already done so
- Log in to your server via FTP
- Find the most recent log file under backlight/data/admin/logs
- Open the file and look for the most recent entry. This will contain a password reset link.
- Copy-and-paste the link into your browser address bar
- Enter a new password
Note: If you have initiated the sending of more than one password reset link, then only the most-recent link can be used.
Retrieving passwords in Backlight 1
If attempting to recover a password in Backlight 1, then the process is different.
There are two hidden functions for retrieving admin passwords:
To retrieve passwords for all users visit:
http://yoursite.com/backlight/admin/?a=retrieve_all_passwords
(replacing yoursite.com with your actual domain)
This creates a file on your server that can be accessed via FTP at /backlight/data/admin/password.txt. The file includes a list of usernames and passwords for all users.
The password file can be removed by visiting:
http://yoursite.com/backlight/admin/?a=delete_password_file
(replacing yoursite.com with your actual domain)