]> git.koha-community.org Git - koha.git/commit
Bug 36141: Add classes to CAS text on OPAC login page
authorFridolin Somers <fridolin.somers@biblibre.com>
Wed, 21 Feb 2024 09:09:30 +0000 (10:09 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 22 Jul 2024 09:53:56 +0000 (11:53 +0200)
commit0c7dbb159fb3ac7ce3d53c504b723ca7ffb7a85d
tree5e6dc45ef9ac9f36fc12dffccf23afff8e564607
parentba9a7a47d96fece88831f29d71da2a65397a90c0
Bug 36141: Add classes to CAS text on OPAC login page

This enhancement makes it easier for libraries to change the CAS-related messages on the OPAC login page.

It moved the invalid CAS login message above the CAS loging heading,
like for Shibboleth login.

Test plan :
1) Enable system preference 'casAuthentication'
2) Restart all caches (restart_all in koha-testing-docker)
3) Go to OPAC, logged out
4) Click on 'Log in to your account'
5) In the staff interface, edit the OPACUserJS system preference. Add the following JS and Save:
   $(".cas_invalid").text("Test changing the invalid CAS login message.");
   $(".cas_title").text("Test changing the CAS login heading.");
   $(".cas_url").text("Test changing the CAS account link text.");
   $(".cas_url").after(' <i class="fa fa-globe" aria-hidden="true"></i>');
6) Refresh the OPAC and confirm the text changes to reflect your JS.

Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 0e1289d0149d788d7925c2e01f193da7ef3b469a)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
(cherry picked from commit 0d343979bd6b842f969597e8ee7c74756559c4a8)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt