Changeset 6715 for main/waeup.sirp/trunk/src/waeup
- Timestamp:
- 12 Sep 2011, 08:45:45 (13 years ago)
- 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 27 27 If you are having trouble logging in, make sure to enable cookies in your web browser. 28 28 </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 29 34 </form> -
main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py
r6704 r6715 151 151 label = 'Set password for first-time login' 152 152 acprefix = 'PWD' 153 pnav = 4153 pnav = 0 154 154 155 155 def update(self, SUBMIT=None): -
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/setpassword.pt
r6699 r6715 20 20 <tr> 21 21 <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> 23 23 </tr> 24 24 </tbody> … … 27 27 <div> <h3>Instructions:</h3> 28 28 <ul class="list"> 29 <li> Purchase a Password Access Code (PWD PIN).29 <li> Acquire a password access code (PWD). 30 30 </li> 31 <li> Enter your (JAMB) Registration Number and the Access Code.31 <li> Enter your (JAMB) registration number and the access code. 32 32 </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. 34 34 The new password is the 10-digit part of the access code just used. 35 35 </li> 36 <li> Go to the general login pageand enter your new credentials.36 <li> Go to the <strong><a href="login">general login page</a></strong> and enter your new credentials. 37 37 </li> 38 38 </ul>
Note: See TracChangeset for help on using the changeset viewer.