@@ -, +, @@ --- .../en/modules/opac-registration-confirmation.tt | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt @@ -34,8 +34,10 @@

You have successfully registered your new account. To log in, use the following credentials:

-

Username: [% borrower.userid %]

-

Password: [% password_cleartext %]

+

Username: [% borrower.userid %]

+

Password: [% password_cleartext %]

+ +

>Card number: [% borrower.cardnumber %]

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 %].

--