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"/>
8 <div metal:fill-slot="main_no_tabs" i18n:domain="cmf_default">
10 <h1 class="Desktop" i18n:translate="">Log in</h1>
12 <form action="" method="post" tal:attributes="action string:${here/portal_url}/logged_in">
13 <input type="hidden" name="noAjax" value="1" />
15 <!-- ****** Enable the automatic redirect ***** -->
16 <span tal:condition="exists: request/came_from">
17 <input type="hidden" name="came_from" value=""
18 tal:attributes="value request/came_from" />
20 <!-- ****** Enable the automatic redirect ***** -->
21 <input type="hidden" name="just_login" value="True" />
22 <table class="FormLayout">
24 <td align="left" valign="top">
25 <strong i18n:translate="user_name">Login</strong>
27 <td align="left" valign="top">
28 <input type="text" name="__ac_name" size="20" value=""
29 tal:attributes="value python: request.get('__ac_name') or ''" />
33 <td align="left" valign="top">
34 <strong i18n:translate="">Password</strong>
36 <td align="left" valign="top">
37 <input type="password" name="__ac_password" size="20" />
41 <tr valign="top" align="left">
43 <td><input type="checkbox" name="__ac_persistent" value="1" checked="checked"
45 <label for="cb_remember" i18n:translate="">Remember my name.</label>
49 <td align="left" valign="top">
51 <td align="left" valign="top">
52 <input type="submit" name="submit" value=" Login "
53 i18n:attributes="value" />
61 tal:attributes="href string:${here/portal_url}/mail_password_form"
63 >Forgot your password?</a>
66 <p i18n:translate="">Having trouble logging in? Make sure to enable cookies in
69 <p i18n:translate="">Don't forget to logout or exit your browser when you're
73 <p i18n:translate="">Setting the 'Remember my name' option will set a cookie
74 with your username, so that when you next log in, your user name will
75 already be filled in for you.