phpLedMailer Install Guide
Documentation Index

FAQ
There aren't many questions in the FAQ yet. Please visit the site (http://www.ledscripts.com) if you have any questions!


Question:
I've lost my username and/or password to login to the administration panel with. What do I do!
Answer:
Fixing this will require you to login to your database. The client tool used to do this varies depending on what database type you select. (You might use 'phpMyAdmin' for a mysql install, or 'Query Analyizer' for a SQL Server install, for example).

Once you've login to your database, you can create a temporary user with this SQL statement:

INSERT INTO plm_users (username, password) VALUES ('tmpadmin', 'ad0e5fa26d462c4ea8424c9c73a2d176');

You should now be able to login to phpLedMailer using the following login details:
Username: tmpadmin
Password: tmpadmin

Once you've logged in, go in and modify your user account (or re-create it) under the 'Users' menu option. Don't forget to delete the 'tmpadmin' user after you've reset your credentials!


Copyright Ledscripts.com 2005