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">
6 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
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>
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
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>.
24 <form method="post" tal:attributes="action options/action">
25 <input name="userid"/>
26 <input type="submit" name="requestReset" value=" Send " i18n:attributes="value"/>