View | Details | Raw Unified | Return to bug 13599
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt (-3 / +4 lines)
Lines 34-41 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">Username: [% borrower.userid %]</p>
38
                        <p>Password: [% password_cleartext %]</p>
38
                        <p id="patron-password">Password: [% password_cleartext %]</p>
39
40
                        <p id="patron-cardnumber">>Card number: [% borrower.cardnumber %]</p>
39
41
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>
42
                        <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>
41
43
42
- 

Return to bug 13599