X-Git-Url: https://svn.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/773a32c20340b63d244d2a43d6fd62103e723bc5..0da80716bf55ac81a418680dd36cf721dcb3c29d:/skins/generic/request_password_reset_template.pt?ds=sidebyside

diff --git a/skins/generic/request_password_reset_template.pt b/skins/generic/request_password_reset_template.pt
index 1047b66..69b13d5 100644
--- a/skins/generic/request_password_reset_template.pt
+++ b/skins/generic/request_password_reset_template.pt
@@ -10,17 +10,19 @@
       <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 login below and click on the "Send" button.
+          For security reasons, we store your password encrypted, and cannot
+          mail it to you. 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
-          username or didn't enter your email address) send email to <a
-          tal:attributes="href string:mailto:${ptool/email_from_address}"
+          If this will not work for you (for example, if you forgot your login
+          or your email address has changed), contact us at
+          <a tal:attributes="href string:mailto:${ptool/email_from_address}"
           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>