This topic is locked

Both USERNAMEe and EMAIL in Request Password Page

4/3/2007 6:03:27 AM
PHPRunner General questions
H
hammad author

Hi

Does anybody know how to customize Request Password Page: forgetpwd.php to allow user to enter both USERNAMEe andEMAIL to get password ?
Thanks

Sergey Kornilov admin 4/3/2007

This will involve two steps:

  1. Modify register page in Visual Editor to remove piece of Javascript code that enables/disables email/username text boxes.
  2. Modify SQL query in register.php file to use both username and email while retrieving password from the database.