Déplacement pour eggification.
[Plinn.git] / Products / Plinn / 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 login below and click on the "Send" button.
14 For security reasons, we store your password encrypted, and cannot
15 mail it to you. You will receive an email with a link to reset your
16 password.
17 </p>
18 <p i18n:translate="">
19 If this will not work for you (for example, if you forgot your login
20 or your email address has changed), contact us at
21 <a tal:attributes="href string:mailto:${ptool/email_from_address}"
22 tal:content="ptool/email_from_address" href="mailto:me@here.com"
23 i18n:name="admin_email">me@here.com</a>.
24 </p>
25 <form method="post" tal:attributes="action options/action">
26 <input name="userid"/>
27 <input type="submit" name="requestReset" value=" Send " i18n:attributes="value"/>
28 </form>
29 </div>
30 </div>
31 </body>
32 </html>