From a5963957cebdb55f38e60cc3f6da11f7c0576670 Mon Sep 17 00:00:00 2001
From: Nick Clemens <nick@bywatersolutions.com>
Date: Thu, 9 Jan 2020 12:48:04 +0000
Subject: [PATCH] Bug 24333: Add password class to AutoSelfCheck syspref
Content-Type: text/plain; charset=utf-8

To test:
1 - Go to Administration
2 - Search sysprefs for AutoSelfCheck
3 - Enter something into AutoSelfCheckPass
4 - Note it is not masked
5 - Apply patch
6 - Reload page
7 - Note password is now masked

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
---
 .../intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
index deab1560aa..6eb5af0660 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
@@ -1001,6 +1001,7 @@ Circulation:
             - pref: AutoSelfCheckID
             - and this password
             - pref: AutoSelfCheckPass
+              class: password
             - .
         -
             - pref: SelfCheckReceiptPrompt
-- 
2.11.0