Bugzilla – Attachment 115403 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 logging into CAS
Bug-27470-Improved-link-text-for-logging-into-CAS.patch (text/plain), 1.18 KB, created by
Ava
on 2021-01-20 02:59:21 UTC
(
hide
)
Description:
Bug 27470: Improved link text for logging into CAS
Filename:
MIME Type:
Creator:
Ava
Created:
2021-01-20 02:59:21 UTC
Size:
1.18 KB
patch
obsolete
>From 83239f5d624ff09b44007c567e19f06e2b203491 Mon Sep 17 00:00:00 2001 >From: ava li <rubyli208@gmail.com> >Date: Wed, 20 Jan 2021 02:53:48 +0000 >Subject: [PATCH] Bug 27470: Improved link text for logging into CAS > >TEST PLAN >1) First login and go to system prefeences, search CAS and enable >casAuthentication. > >2) restart_all in the terminal > >3) Log out of koha > >4) Under the usual login, and under Cas login there should be a message which says: > >"If you have a CAS account, see CAS login to login." > >If so, the patch has worked >--- > 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 4e32e46166..9012066a74 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt >@@ -123,7 +123,7 @@ > [% END %] > > [% IF ( casServerUrl ) %] >- <p><a href="[% casServerUrl | $raw %]">If you have a CAS account, please click here to login</a>.<p> >+ <p>If you have a CAS account, see <a href="[% casServerUrl | $raw %]">CAS login</a> to login.<p> > [% END %] > > [% IF ( casServersLoop ) %] >-- >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