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="cmf_default">
11 <h1 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"/>
14 <!-- ****** Enable the automatic redirect ***** -->
15 <span tal:condition="exists: request/came_from">
16 <input type="hidden" name="came_from" value="" tal:attributes="value request/came_from"/>
18 <!-- ****** Enable the automatic redirect ***** -->
19 <input type="hidden" name="just_login" value="True"/>
20 <table class="TwoColumnForm">
22 <th i18n:translate="user_name">Login</th>
24 <input type="text" name="__ac_name" size="20" value="" tal:attributes="value python: request.get('__ac_name') or ''"/>
28 <th i18n:translate="">Password</th>
30 <input type="password" name="__ac_password" size="20"/>
36 <input type="checkbox" name="__ac_persistent" value="1" checked="checked" id="cb_remember"/>
37 <label for="cb_remember" i18n:translate="">Remember my name.</label>
43 <input type="submit" name="submit" value=" Login " i18n:attributes="value"/>
49 <a href="" tal:attributes="href string:${here/portal_url}/request_password_reset_form" i18n:translate="">Forgot your password?</a>
52 Having trouble logging in? Make sure to enable cookies in your web
56 Don't forget to logout or exit your browser when you're done.
59 Setting the 'Remember my name' option will set a cookie with your
60 username, so that when you next log in, your user name will already be