From 908a14840fe81db011dc75f1e1c68d8620fb7902 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sun, 22 Nov 2015 02:43:36 +0100 Subject: [PATCH] [SIGNED-OFF] Bug 15101: Don't display sys pref AllowPkiAuth under CAS heading Content-Type: text/plain; charset="utf-8" The system preference AllowPkiAuth display under the heading CAS authentication, but is actually a separate authentication option. Patch creates a separate heading for it. To test: - Go to Administration > System preferences > Tab Administration - Verify that AllowPkiAuth is now displayed separately Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref index 3e88260..b2faf7e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/admin.pref @@ -94,7 +94,7 @@ Administration: yes: Prevent no: "Don't prevent" - staff (but not superlibrarians) from viewing and approving/denying patron modification requests for patrons belonging to other libraries. - CAS Authentication: + CAS authentication: - - pref: casAuthentication default: 0 @@ -112,6 +112,7 @@ Administration: - - The CAS Authentication Server can be found at - pref: casServerUrl + SSL client certificate authentication: - - Use - pref: AllowPkiAuth -- 2.1.4