<html xmlns:tal="http://xml.zope.org/namespaces/tal"
      xmlns:metal="http://xml.zope.org/namespaces/metal"
      metal:use-macro="here/main_template/macros/master">
<head>
  <meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
</head>
<body>

<div metal:fill-slot="main_no_tabs" i18n:domain="cmf_default">

 <div class="Desktop"
      tal:define="ptool here/portal_properties">

  <h1 i18n:translate="">Don't panic!</h1>

  <p i18n:translate="">Just enter your username below, click <em>Send</em>,
    and your password will be mailed to you if you gave a valid email address
    when you signed on.</p>

  <p i18n:translate="">If this will not work for you (for example, if you
    forget your member name or didn't enter your email address) send email to
      <a tal:attributes="href string:mailto:${ptool/email_from_address}"
         tal:content="ptool/email_from_address"
         href="mailto:me@here.com"
         i18n:name="admin_email">me@here.com</a>.</p>

  <form action="mail_password"
        tal:attributes="action string:${here/portal_url}/mail_password"
  >
   <input name="userid" />
   <input type="submit" value=" Send " i18n:attributes="value" />
  </form>

 </div><!-- class="Desktop" -->

</div><!-- metal:fill-slot="main" -->

</body>
</html>