Il est maintenant possible d’entrer son adresse email pour la réinitialisation de...
[Plinn.git] / skins / generic / request_password_reset_template.pt
1 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
2 xmlns:metal="http://xml.zope.org/namespaces/metal"
3 xmlns:i18n="http://xml.zope.org/namespaces/i18n"
4 metal:use-macro="here/main_template/macros/master">
5 <head>
6 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
7 </head>
8 <body>
9 <div metal:fill-slot="main_no_tabs" i18n:domain="plinn">
10 <div id="Desktop" tal:define="ptool here/portal_properties">
11 <h1 i18n:translate="">Password reset</h1>
12 <p i18n:translate="">
13 Enter your email or your username below and click on the "Send"
14 button. You will receive an email with a link to reset your
15 password.
16 </p>
17 <p i18n:translate="">
18 If this will not work for you (for example, if you forget your
19 username or didn't enter your email address) send email to <a
20 tal:attributes="href string:mailto:${ptool/email_from_address}"
21 tal:content="ptool/email_from_address" href="mailto:me@here.com"
22 i18n:name="admin_email">me@here.com</a>.
23 </p>
24 <form method="post" tal:attributes="action options/action">
25 <input name="userid"/>
26 <input type="submit" name="requestReset" value=" Send " i18n:attributes="value"/>
27 </form>
28 </div>
29 </div>
30 </body>
31 </html>