source: main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/setpassword.pt @ 6701

Last change on this file since 6701 was 6699, checked in by Henrik Bettermann, 13 years ago

Add SetPassword? page which uses an PWD access code as password for first-time login (admission checking).

Remove password from schema. This makes things much easier to handle.

File size: 1.5 KB
Line 
1<h2 i18n:translate=""  tal:condition="view/label"  tal:content="view/label">Label</h2>
2<form method="POST">
3  <input type="hidden" name="form.acprefix"  value="" tal:attributes="value view/acprefix" />
4  <table>
5    <tbody>
6      <tr> <td>
7          <label for="form.reg_number">Registration Number:
8          </label></td> <td>
9          <input name="form.reg_number" type="text" size="15" maxlength="15"  value="" tal:attributes="value view/reg_number"/> </td>
10      </tr>
11      <tr>
12        <tr> <td>
13            <label for="form.acseries">Access Code:
14            </label></td> <td>
15            <span tal:replace="view/acprefix">PIN Prefix
16            </span> -
17            <input name="form.acseries" type="text" size="3" maxlength="3"  value="" tal:attributes="value view/acseries"/> -
18            <input name="form.acnumber" type="text" size="10" maxlength="10"  value="" tal:attributes="value view/acnumber" /> </td>
19        </tr>
20        <tr>
21          <td colspan="2">
22            <input type="submit" name="SUBMIT" value="Show Student Id and set Password" /> </td>
23        </tr>
24    </tbody>
25  </table>
26</form>
27<div> <h3>Instructions:</h3>
28  <ul class="list">
29    <li> Purchase a Password Access Code (PWD PIN).
30    </li>
31    <li> Enter your (JAMB) Registration Number and the Access Code.
32    </li>
33    <li> After pressing the button, your Student Id will be displayed and your Password set.
34        The new password is the 10-digit part of the access code just used.
35    </li>
36    <li> Go to the general login page and enter your new credentials.
37    </li>
38  </ul>
39</div>
Note: See TracBrowser for help on using the repository browser.