Ignore:
Timestamp:
12 Sep 2011, 08:45:45 (13 years ago)
Author:
Henrik Bettermann
Message:

Insert description and link to setpassword page.

Location:
main/waeup.sirp/trunk/src/waeup/sirp
Files:
3 edited

Legend:

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

    r6689 r6715  
    2727  If you are having trouble logging in, make sure to enable  cookies in your web browser.
    2828  </p>
     29  <p>You don't have an account because you are a fresh student or your student record has just been created?
     30  Acquire a Password Access Code (PWD) and inititialize your student account
     31  <strong><a href  ="setpassword"> here </a></strong>.
     32  </p>
     33
    2934</form>
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py

    r6704 r6715  
    151151    label = 'Set password for first-time login'
    152152    acprefix = 'PWD'
    153     pnav = 4
     153    pnav = 0
    154154
    155155    def update(self, SUBMIT=None):
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/setpassword.pt

    r6699 r6715  
    2020        <tr>
    2121          <td colspan="2">
    22             <input type="submit" name="SUBMIT" value="Show Student Id and set Password" /> </td>
     22            <input type="submit" name="SUBMIT" value="Show Student Id and set password" /> </td>
    2323        </tr>
    2424    </tbody>
     
    2727<div> <h3>Instructions:</h3>
    2828  <ul class="list">
    29     <li> Purchase a Password Access Code (PWD PIN).
     29    <li> Acquire a password access code (PWD).
    3030    </li>
    31     <li> Enter your (JAMB) Registration Number and the Access Code.
     31    <li> Enter your (JAMB) registration number and the access code.
    3232    </li>
    33     <li> After pressing the button, your Student Id will be displayed and your Password set.
     33    <li> After pressing the button, your Student Id will be displayed and your password set.
    3434        The new password is the 10-digit part of the access code just used.
    3535    </li>
    36     <li> Go to the general login page and enter your new credentials.
     36    <li> Go to the <strong><a href="login">general login page</a></strong> and enter your new credentials.
    3737    </li>
    3838  </ul>
Note: See TracChangeset for help on using the changeset viewer.