|
Lines 34-43
Link Here
|
| 34 |
|
34 |
|
| 35 |
<p>You have successfully registered your new account. To log in, use the following credentials:</p> |
35 |
<p>You have successfully registered your new account. To log in, use the following credentials:</p> |
| 36 |
|
36 |
|
| 37 |
<p>Username: [% borrower.userid %]</p> |
37 |
<p id="patron-userid-p"> |
| 38 |
<p>Password: [% password_cleartext %]</p> |
38 |
<span id="patron-userid-label">Username:</span> |
|
|
39 |
<span id="patron-userid">[% borrower.userid %]</span> |
| 40 |
</p> |
| 41 |
<p id="patron-password-p"> |
| 42 |
<span id="patron-password-label">Password:</span> |
| 43 |
<span id="patron-password">[% password_cleartext %]<span> |
| 44 |
</p> |
| 39 |
|
45 |
|
| 40 |
<p>For your convenience, the login box on this page has been pre-filled with this data. Please log in[% IF OpacPasswordChange %] and change your password[% END %].</p> |
46 |
<p id="patron-cardnumber-p"> |
|
|
47 |
<span id="patron-cardnumber-label">Card number:</span> |
| 48 |
<span id="patron-cardnumber">[% borrower.cardnumber %]</span> |
| 49 |
</p> |
| 50 |
|
| 51 |
<p id="patron-instructions">For your convenience, the login box on this page has been pre-filled with this data. Please log in[% IF OpacPasswordChange %] and change your password[% END %].</p> |
| 41 |
|
52 |
|
| 42 |
<div id="PatronSelfRegistrationAdditionalInstructions">[% PatronSelfRegistrationAdditionalInstructions %]</div> |
53 |
<div id="PatronSelfRegistrationAdditionalInstructions">[% PatronSelfRegistrationAdditionalInstructions %]</div> |
| 43 |
</div> |
54 |
</div> |
| 44 |
- |
|
|