Ignore:
Timestamp:
30 Jan 2015, 11:09:08 (10 years ago)
Author:
Henrik Bettermann
Message:

Customers can use their email address for authentication.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/browser/templates/loginpage.pt

    r12039 r12523  
    22  <br />
    33  <div class="form-group">
    4     <label i18n:translate="" class="col-sm-2 control-label">User Name or Id</label>
     4    <label i18n:translate="" class="col-sm-2 control-label">Identifier</label>
    55    <div class="col-sm-10">
    66      <input name="form.login" type="text" class="form-control" id="login">
     7      <div class="hint" i18n:translate="identifier_hint">Customers can enter
     8      either their customer id, registration number or email address.
     9      Officers must enter their user name.</div>
    710    </div>
    811  </div>
     
    1114    <div class="col-sm-10">
    1215      <input name="form.password" type="password" class="form-control" id="password">
    13       <font  i18n:translate="" color="red"> Notice: User names, ids and passwords are case sensitive.</font>
    1416    </div>
    1517  </div>
     18  <br />
    1619  <input type="hidden" name="camefrom"   tal:attributes="value view/camefrom" />
    1720  <input class="btn btn-primary" type="submit" name="SUBMIT"
    1821    tal:attributes="value view/login_button" />
    1922  <br /><br /><br />
     23  <p>
     24  All identifiers and passwords are case sensitive.
     25  </p>
    2026  <p  i18n:translate="login_trouble1">Don't forget to logout or exit your browser when you're done.
    2127    If you are having trouble logging in, make sure to enable  cookies in your web browser.
Note: See TracChangeset for help on using the changeset viewer.