From 83239f5d624ff09b44007c567e19f06e2b203491 Mon Sep 17 00:00:00 2001 From: ava li 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 ) %] -

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

+

If you have a CAS account, see CAS login to login.

[% END %] [% IF ( casServersLoop ) %] -- 2.11.0