Bugzilla – Attachment 133508 Details for
Bug 27470
Improve link text for logging in
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27470: Improved link text for shibboleth login
Bug-27470-Improved-link-text-for-shibboleth-login.patch (text/plain), 1.31 KB, created by
Aleisha Amohia
on 2022-04-21 01:25:03 UTC
(
hide
)
Description:
Bug 27470: Improved link text for shibboleth login
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2022-04-21 01:25:03 UTC
Size:
1.31 KB
patch
obsolete
>From 9f74483ca3254c9915b4f6d5d377a05162ee6574 Mon Sep 17 00:00:00 2001 >From: ava li <rubyli208@gmail.com> >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 >--- > 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 499c5bdbd3..b4ea820dd8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -58,7 +58,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 %] > > [% UNLESS Koha.Preference('staffShibOnly') %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 27470
:
115402
|
115403
|
133508
|
133579
|
133881