I get an error message when I enter a username or email address in the "lost password" field: Lost Password sending error The information you have entered is incorrect User is not found in database. Return to log-in page and try again This occurs either from the "lost password" link on the home page or from /amember/sendpass.php. Here is the code I am using for the home page link: Code: <form id="sendpass" name="sendpass" method="post" action="/assets/amember/sendpass.php"> <table width="90" border="0" cellspacing="0" cellpadding="3"> <tr> <td><img src="/assets/nav/left_nav_lost_02.jpg" alt="left_nav_lost_02" width="90" height="69" /></td> </tr> <tr> <td><input name="amember_sendpass" type="text" id="amember_sendpass" size="10" /></td> </tr> <tr> <td><input name="Input" type=image value=Login src="/assets/nav/left_nav_send.jpg" alt="left_nav_login_button" width="90" /></td> </tr> </table> </form> Please help and thanks!
Yes, I can use the "lost password" function from login.php. However, the instance I've created on the index.shtml page does not work. I'm using image files for the submit buttons. I think I have probably got the code entered incorrectly. Here is the code: Code: <form id="sendpass" name="sendpass" method="post" action="/assets/amember/sendpass.php"> <table width="90" border="0" align="center" cellpadding="3" cellspacing="0"> <tr> <td><img src="/assets/nav/left_nav_lost_02.jpg" alt="left_nav_lost_02" width="90" height="69" /></td> </tr> <tr> <td><input name="amember_sendpass" type="text" id="amember_sendpass" size="10" /></td> </tr> <tr> <td><input name="Input" type=image value="get password" src="/assets/nav/left_nav_send.jpg" alt="left_nav_login_button" width="90" /></td> </tr> </table> </form> Here's the error message I get: Lost Password sending error The information you have entered is incorrect User is not found in database. Return to log-in page and try again Thanks, joel
<input name="amember_sendpass" type="text" id="amember_sendpass" size="10" /> replace to <input name="login" type="text" id="login" size="10" />