source: main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/loginasstep1.pt @ 12253

Last change on this file since 12253 was 11980, checked in by Henrik Bettermann, 10 years ago

Replace Kofa by Ikoba.

File size: 668 bytes
Line 
1<form i18n:domain="waeup.ikoba" method="post">
2  <p i18n:translate="login_as_intro_1">
3    Ikoba is creating a temporary customer password which will replace the
4    original password chosen by the customer. The password will be valid
5    for
6    <span i18n:name="minutes"
7          tal:replace=view/context/temp_password_minutes></span>
8    minutes. The customer can't login
9    during this time period. After expiration the customer can login
10    with the original password again.
11  </p>
12  <br />
13  <div tal:condition="view/availableActions">
14    <input tal:repeat="action view/actions"
15           tal:replace="structure action/render"
16           />
17  </div>
18</form>
Note: See TracBrowser for help on using the repository browser.