Project

General

Profile

« Previous | Next » 

Revision 8233

Added by Jing Tao over 11 years ago

Add a link for forgot password in the loginForm.
Remove the words with specific knb.

View differences:

lib/style/common/templates/ldapChangePassSuccess.tmpl
3 3
    <table class="intro" cellpadding="3" cellspacing="0">
4 4
    <tr><td align="left"><span class="regtext">You have successfully changed your account password.
5 5
    Remember it :-) 
6
    Thank you for your interest in the KNB!
7 6
    </span></td></tr></table>
8 7

  
lib/style/common/templates/ldapResetPass.tmpl
1 1
    <h3>Forgot your password?</h3>
2 2
    
3 3
  <table class="intro" cellpadding="3" cellspacing="0">
4
    <tr><td align="left"><span class="regtext">Enter the required information below to reset your KNB password.  
4
    <tr><td align="left"><span class="regtext">Enter the required information below to reset your password.  
5 5
    You will need to know your username and organization.  We will change the password
6 6
    for you to a new random password, and send it to you at the e-mail 
7 7
    address registered for the account. Required fields are denoted by an asterisk (*).</td></tr>
lib/style/common/templates/ldapVerificationSuccess.tmpl
1 1
    <h3>Activation Succeeded!</h3>
2 2

  
3 3
    <table class="intro" cellpadding="3" cellspacing="0">
4
    <tr><td align="left"><span class="regtext">You have successfully activate the account on the 
5
    <a href="http://knb.ecoinformatics.org">Knowledge 
6
    Network for Biocomplexity (KNB)</a>. It is ready to use. Thank you for your interest in the KNB!
4
    <tr><td align="left"><span class="regtext">You have successfully activate the account. It is ready to use.
7 5
    </span></td></tr></table>
8 6

  
lib/style/common/templates/ldapChangePass.tmpl
1
    <h3>Change your KNB password</h3>    
1
    <h3>Change your password</h3>    
2 2

  
3 3
  <table class="intro" cellpadding="3" cellspacing="0">
4
    <tr><td align="left"><span class="regtext">Enter the required information below to change your KNB password.  
4
    <tr><td align="left"><span class="regtext">Enter the required information below to change your password.  
5 5
    You will need to know your username and your old password, and choose a new password (which is entered twice for confirmation). 
6 6
    Required fields are denoted by an asterisk (*).</span></td></tr>
7 7
    <tr><td align="left"><a href="[% cgiurl %]?stage=initresetpass&cfg=[% cfg %]">Forgot your old password?</a></td></tr>
lib/style/common/templates/ldapRegisterSuccess.tmpl
1 1
    <h3>Registration Succeeded!</h3>
2 2

  
3 3
    <table class="intro" cellpadding="3" cellspacing="0">
4
    <tr><td align="left"><span class="regtext">You have successfully created an account on the 
5
    <a href="http://knb.ecoinformatics.org">Knowledge 
6
    Network for Biocomplexity (KNB)</a>. An email with the activation instruction was sent to you. Please check your email and activate the account. Thank you for your interest in the KNB!
4
    <tr><td align="left"><span class="regtext">You have successfully created an account.
5
     An email with the activation instruction was sent to you. Please check your email and activate the account.
7 6
    </span></td></tr></table>
8 7

  
lib/style/common/templates/ldapRegister.tmpl
2 2
    [% CASE 'register' %]
3 3
    
4 4
    
5
    <h3>Register for the KNB</h3>
5
    <h3>Register an acount</h3>
6 6
    
7 7
    <table class="intro" cellpadding="3" cellspacing="0">   
8 8
       <tr><td align="left">
lib/style/common/templates/loginForm.tmpl
136 136
  Dont have an account yet? <a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]">Create a new account</a>
137 137
  <br />
138 138
  Forgot your password? <a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]&amp;stage=resetpass">Reset your password</a>
139
  <br />
140
  Forgot your username? <a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]&amp;stage=lookupname">Look up your username</a>
139 141

  
140 142
[% IF cfg == 'nceas' %]
141 143
  [% INCLUDE "nceasFooter.tmpl" %]
lib/style/common/templates/ldapRegisterMatch.tmpl
1 1
    <h3>Similar accounts exist</h3>
2 2

  
3 3
    <table class="intro" cellpadding="3" cellspacing="0">
4
    <tr><td align="left"><span class="regtext">KNB accounts already exist with information that is similar to
4
    <tr><td align="left"><span class="regtext">Accounts already exist with information that is similar to
5 5
    the information you provided.</span><span class="label"> Please check 
6 6
    the list of similar accounts below to determine if you already 
7 7
    have an account.</span><span class="regtext">  If so, you can use 
lib/style/common/templates/ldapResetPassSuccess.tmpl
7 7
    <tr><td align="left"><span class="label"> [% errorMessage %]</span></td></tr>
8 8
    [% ELSE %]
9 9
    <tr><td align="left"><span class="regtext">Your new password has been sent to the e-mail address registered for 
10
    this KNB account.</span></td></tr>
10
    this account.</span></td></tr>
11 11
    [% END %]
12
    <tr><td align="left"><span class="regtext">
13
    Thank you for participating in the KNB!</span></td></tr>
14 12
    </table>
15 13

  

Also available in: Unified diff