From 23dfd3f2019acd3271a2381401ca18e71d350b87 Mon Sep 17 00:00:00 2001 From: Jenny Way Date: Thu, 18 Jan 2018 22:40:53 +0000 Subject: [PATCH] Bug 19660: Follow up to fix password field on the registration page This is a follow up patch to fix the password field on the registration complete page. Please upload this patch along with the previous version :) Test plan: 1. Apply this patch 2. The password field has the pregenerated password if the syspref is enabled 3. Before the patch the password was displayed on the screen in a span tag Signed-off-by: Laurence Rault Signed-off-by: Mark Tompsett --- .../en/modules/opac-registration-confirmation.tt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt index 4dc95c6..1f6b221 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt @@ -155,14 +155,15 @@ [% ELSE %] [% END %] -

- Password: - [% password_cleartext | html %] -

- -
- -
+ + [% IF Koha.Preference('PatronSelfRegistrationPrefillForm') %] + + [% ELSE %] + + [% END %] +
+ +
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]

Don't have an account? Register here.

-- 2.1.4