46106ca5d7f7490cdcaf0d55129db88ca445ff8f
[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 username below and click on the "Send" button. You will
14 receive an email with a link to reset your password.
15 </p>
16 <p i18n:translate="">
17 If this will not work for you (for example, if you forget your
18 username or didn't enter your email address) send email to <a
19 tal:attributes="href string:mailto:${ptool/email_from_address}"
20 tal:content="ptool/email_from_address" href="mailto:me@here.com"
21 i18n:name="admin_email">me@here.com</a>.
22 </p>
23 <form method="post" tal:attributes="action options/action">
24 <input name="userid"/>
25 <input type="submit" name="requestReset" value=" Send " i18n:attributes="value"/>
26 </form>
27 </div>
28 </div>
29 </body>
30 </html>