From 2566e05be13de559623e851523477b63412a3df2 Mon Sep 17 00:00:00 2001 From: David Roberts Date: Thu, 23 Apr 2015 15:55:10 +0000 Subject: [PATCH] Add SQL for OPACPasswordStrength syspref http://bugs.koha-community.org/show_bug.cgi?id=13664 Signed-off-by: Tadeasm Signed-off-by: Tadeasm --- installer/data/mysql/sysprefs.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/data/mysql/sysprefs.sql b/installer/data/mysql/sysprefs.sql index f371193..9fd0de3 100644 --- a/installer/data/mysql/sysprefs.sql +++ b/installer/data/mysql/sysprefs.sql @@ -288,6 +288,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('OPACNumbersPreferPhrase','0',NULL,'Control the use of phr operator in callnumber and standard number OPAC searches','YesNo'), ('OPACnumSearchResults','20',NULL,'Specify the maximum number of results to display on a page of results','Integer'), ('OpacPasswordChange','1',NULL,'If ON, enables patron-initiated password change in OPAC (disable it when using LDAP auth)','YesNo'), +('OpacPasswordStrength','1',NULL,'If ON, display password strength meter','YesNo'), ('OPACPatronDetails','1','','If OFF the patron details tab in the OPAC is disabled.','YesNo'), ('OPACpatronimages','0',NULL,'Enable patron images in the OPAC','YesNo'), ('OpacPrivacy','0',NULL,'if ON, allows patrons to define their privacy rules (reading history)','YesNo'), -- 2.1.4