Instructions

Add-on Details

The Forgot Password add-on will give the user the ability to request a password reset by email and then reset their forgotten password.

How To Add

Make sure your web-server is up and running, navigate to phpMyAdmin, click the "phplogin" database, click the "Import" tab, and select the "forgotpassword.sql" file and upload.

Add the "forgotpassword.php" and "resetpassword.php" files to your "phplogin" directory.

Edit the "index.php" file and find:

<label id="rememberme">
	<input type="checkbox" name="rememberme">Remember me
</label>

Add after:

<a href="forgotpassword.php">Forgot Password?</a>