Bug 27470: Improved link text for shibboleth login
authorava li <rubyli208@gmail.com>
Wed, 20 Jan 2021 02:11:40 +0000 (02:11 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 5 May 2022 21:17:37 +0000 (11:17 -1000)
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 <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt

index 310e2b5..a7e663b 100644 (file)
@@ -59,7 +59,7 @@
 [% IF (invalidShibLogin ) %]
 <div id="login_error"><Strong>Error: </strong>Shibboleth login failed</div>
 [% END %]
-<p>If you have a shibboleth account, please <a href="[% shibbolethLoginUrl | $raw %]">click here</a> to login.</p>
+<p><a href="[% shibbolethLoginUrl | $raw %]">Log in using a Shibboleth account</a>.</p>
 [% END %]
 
 [% IF !TwoFA_prompt && !Koha.Preference('staffShibOnly') %]