Changeset 12039 for main/waeup.ikoba/trunk/src/waeup/ikoba/browser
- Timestamp:
- 23 Nov 2014, 16:54:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/browser/templates/loginpage.pt
r11952 r12039 11 11 <div class="col-sm-10"> 12 12 <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>13 <font i18n:translate="" color="red"> Notice: User names, ids and passwords are case sensitive.</font> 14 14 </div> 15 15 </div> … … 22 22 </p> 23 23 <p i18n:translate="login_trouble2" tal:condition="python:False"> 24 You don't have an account because you are a new customer, or your customer record has just been created?24 You don't have an account because you are a new customer, or your customer record has been created for you? 25 25 Acquire a Password Activation Code (PWD) and inititialize your customer account 26 26 <strong><a href ="setpassword"> here</a></strong>. 27 27 </p> 28 28 <p i18n:translate="login_trouble4"> 29 You don't have an account because you are a new customer, or your customer record has just been created? 29 You don't have an account because you are a new customer? 30 Create your customer account <strong><a href="createaccount"> here</a></strong>. 31 </p> 32 <p i18n:translate="login_trouble5"> 33 You don't have an account because you are a new customer and your customer record has been created for you? 30 34 Inititialize your customer account <strong><a href="requestpw"> here</a></strong>. 31 35 </p> 32 <p i18n:translate="login_trouble3"> Or simply forgot your customer idpassword? Then request a new password36 <p i18n:translate="login_trouble3"> Or simply forgot your id or password? Then request a new password 33 37 <strong><a href="changepw"> here</a></strong>. 34 38 </p>
Note: See TracChangeset for help on using the changeset viewer.