<div id="Desktop" tal:define="ptool here/portal_properties">
<h1 i18n:translate="">Password reset</h1>
<p i18n:translate="">
- Enter your username below and click on the "Send" button. You will
- receive an email with a link to reset your password.
+ Enter your email or your username below and click on the "Send"
+ button. You will receive an email with a link to reset your
+ password.
</p>
<p i18n:translate="">
If this will not work for you (for example, if you forget your
tal:content="ptool/email_from_address" href="mailto:me@here.com"
i18n:name="admin_email">me@here.com</a>.
</p>
- <form action="mail_password" tal:attributes="action options/action">
+ <form method="post" tal:attributes="action options/action">
<input name="userid"/>
<input type="submit" name="requestReset" value=" Send " i18n:attributes="value"/>
</form>