1 <html xmlns:tal="http://xml.zope.org/namespaces/tal"
2 xmlns:metal="http://xml.zope.org/namespaces/metal"
3 metal:use-macro="here/main_template/macros/master">
5 <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
9 <div metal:fill-slot="main_no_tabs" i18n:domain="cmf_default">
12 tal:define="ptool here/portal_properties">
14 <h1 i18n:translate="">Don't panic!</h1>
16 <p i18n:translate="">Just enter your username below, click <em>Send</em>,
17 and your password will be mailed to you if you gave a valid email address
18 when you signed on.</p>
20 <p i18n:translate="">If this will not work for you (for example, if you
21 forget your member name or didn't enter your email address) send email to
22 <a tal:attributes="href string:mailto:${ptool/email_from_address}"
23 tal:content="ptool/email_from_address"
24 href="mailto:me@here.com"
25 i18n:name="admin_email">me@here.com</a>.</p>
27 <form action="mail_password"
28 tal:attributes="action string:${here/portal_url}/mail_password"
30 <input name="userid" />
31 <input type="submit" value=" Send " i18n:attributes="value" />
34 </div><!-- class="Desktop" -->
36 </div><!-- metal:fill-slot="main" -->