From 5565ac372bad006cefd5ad213825e5e201ba5e11 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 --- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 4 ++-- 3 files changed, 6 insertions(+), 6 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 b87ddd2aec..c2cf93a090 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -392,8 +392,8 @@ [% UNLESS Koha.Preference('opacShibOnly') %]
- - + + [% 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 937d2bdaf6..12cb72e35c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt @@ -190,9 +190,9 @@

If you do not have a Google account, but do have a local account, you can still log in:

[% END # /IF GoogleOpenIDConnect %] - + - +
-- 2.11.0