From 47df429cc6b4a643e678391e95ec475dbe4b89c1 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Thu, 21 Mar 2019 17:59:59 +0000 Subject: [PATCH] Bug 22576: OPAC password text refresh To test: Create a patron with a username and password Make sure that password resets on OPAC are allowed in your system preferences (OpacPasswordChange -> Allow) Log into the OPAC with this patron Click the "Change password" tab Change the password - notice that the button to submit the changes says "Submit Changes" and also that the success page says "Return to my record" Apply this patch Reset the password again, noticing that the button to submit the new password says "Change password" and the success page says "Return to my account" Signed-off-by: Marie-Luce Laflamme Signed-off-by: Katrin Fischer Signed-off-by: Nick Clemens --- .../opac-tmpl/bootstrap/en/modules/opac-passwd.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt index 929e221..3dbd997 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt @@ -66,7 +66,7 @@ -
Cancel
+
Cancel
[% END # /IF Ask_data %] [% ELSE %] @@ -80,7 +80,7 @@
-

+

[% END # /IF password_updated %] -- 1.7.2.5