From 71e45812a4d55e50e6b37da9079aa479d30cffb1 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 15 Nov 2021 18:25:20 +0000 Subject: [PATCH] Bug 29487: Set autocomplete off for userid/password fields at login This patch adjust: Intranet login Opac-main Opac-main - 'log in to your account modal' To test: Login at the three places above Confirm html shows autocomplete off on the fields Confirm logins work Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy Signed-off-by: Fridolin Somers Signed-off-by: Kyle M Hall (cherry picked from commit 208225f34c2ef26b709070fb5365d81a4389f346) Signed-off-by: Andrew Fuerste-Henry --- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 6 +++--- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt index 7cfe32644a..73b3761764 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -69,10 +69,10 @@ [% END %]

- +

- +

[% UNLESS IndependentBranches %] diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 9d661b8660..14bf004cc2 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -388,9 +388,9 @@ [% UNLESS Koha.Preference('opacShibOnly') %]
- - - [% IF ( OpacLoginInstructions ) %] + + + [% IF OpacLoginInstructions %]
[% PROCESS koha_news_block news => OpacLoginInstructions %]
diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt index 344bdac0ca..7439453252 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt @@ -189,9 +189,9 @@
Log in to your account: - + - +
-- 2.39.2