<mef:set title="Forgot Password" /> <mef:if expr="status = 0 || status = 2"> <div class="instructions"> To recover your lost password, please enter your username or e-mail address and press the "Reset Password" button. A new password will be generated and sent to your e-mail address. </div> <p mef:if="status = 2" style="margin: 2em; border: dashed red 2px; padding: 1em;"> No account information could be found. If you are unable to remember your account information you should e-mail <mef:mailto address="support@allegro.cc" /> for help. </p> <div class="form"> <form action="/account/forgot" method="post"> <table> <tr> <td class="label">Username or E-mail:</td> <td><input name="username" size="35" type="text" /></td> </tr> <tr> <td></td> <td><input type="submit" value="Reset Password" class="button" /></td> </tr> </table> </form> </div> <p> If you cannot remember any of your account information, please e-mail <mef:mailto address="support@allegro.cc" /> for help. </p> </mef:if> <div mef:if="status = 1" style="margin: 1em;"> <h4>Good News!</h4> We found your account information! Within a few minutes, you should recieve an e-mail containing your new password. If you need any assistance, please e-mail <mef:mailto address="support@allegro.cc" /> for help. </div> <hr size="1" /> <a href="/account/login">Log In</a>