From 929e0219dbf7f2ef3ce69cca556fc8e3a832897d Mon Sep 17 00:00:00 2001 From: ava li Date: Wed, 20 Jan 2021 02:11:40 +0000 Subject: [PATCH] Bug 27470: Improved link text for shibboleth login TEST PLAN: 1) Enable shibboleth by adding shibboleth to koha-conf.xml, you can do this by following https://wiki.koha-community.org/wiki/Shibboleth_Configuration#Using_AD_FS_Metadata 2) If you are logged in Koha, log out, on the login screen the text at the top should say the following, "Log in using a Shibboleth account" Sponsored-by: Catalyst IT Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt index 310e2b568e..a7e663bec7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -59,7 +59,7 @@ [% IF (invalidShibLogin ) %]
Error: Shibboleth login failed
[% END %] -

If you have a shibboleth account, please click here to login.

+

Log in using a Shibboleth account.

[% END %] [% IF !TwoFA_prompt && !Koha.Preference('staffShibOnly') %] -- 2.20.1