@@ -, +, @@ for newly registered patrons --- .../en/modules/opac-registration-confirmation.tt | 49 ++++++++++++++-------- 1 file changed, 31 insertions(+), 18 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 @@ -32,25 +32,28 @@

Registration Complete!

-

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

+

You have successfully registered your new account.

+ [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] +

To log in, use the following credentials:

-

- Username: - [% borrower.userid %] -

-

- Password: - [% password_cleartext %] -

- - [% IF borrower.cardnumber %] -

- Card number: - [% borrower.cardnumber %] +

+ Username: + [% borrower.userid %] +

+

+ Password: + [% password_cleartext %]

- [% END %] -

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

+ [% IF borrower.cardnumber %] +

+ Card number: + [% borrower.cardnumber %] +

+ [% END %] + +

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

+ [% END %]
[% PatronSelfRegistrationAdditionalInstructions %]
@@ -67,8 +70,18 @@
Log in to your account: - - + + [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] + + [% ELSE %] + + [% END %] + + [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] + + [% ELSE %] + + [% END %]
--