From 0763a69ec3a910dc416cae1dbfc2785eb1cff6f7 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 9 Jan 2020 12:48:04 +0000 Subject: [PATCH] Bug 24333: Add password class to AutoSelfCheck syspref 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 Signed-off-by: Marcel de Rooy Signed-off-by: Martin Renvoize --- .../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.39.5