Changeset 7554 for main/waeup.sirp
- Timestamp:
- 2 Feb 2012, 08:38:36 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/setpassword.pt
r7464 r7554 26 26 </table> 27 27 <input type="submit" name="SUBMIT" class="btn primary" 28 value="S how Student Id and set password" />28 value="Set" /> 29 29 </form> 30 30 <div><h3>Instructions:</h3> … … 34 34 <li> Enter your (JAMB) registration number and the access code. 35 35 </li> 36 <li> After pressing the button, your Student Id will be displayed36 <li> After pressing the button, your student id will be displayed 37 37 and your password set. The 10-digit part of the access code just 38 38 used is your new password. -
main/waeup.sirp/trunk/src/waeup/sirp/students/interfaces.py
r7549 r7554 452 452 453 453 email = schema.ASCIILine( 454 title = u'Email ',454 title = u'Email Address', 455 455 required = True, 456 456 constraint=validate_email,
Note: See TracChangeset for help on using the changeset viewer.