From bdb2716616131028b254fc29643b7b693d0be3e7 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 30 Sep 2022 07:05:08 +0000 Subject: [PATCH] Bug 25936: (QA follow-up) Enable feature for new installs It feels safer to enable this rightaway for new installs. Since we always love to "keep current behavior", I do not really mind to keep it disabled at upgrade time. Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- installer/data/mysql/mandatory/sysprefs.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql index 6390c4433f..1575f9516b 100644 --- a/installer/data/mysql/mandatory/sysprefs.sql +++ b/installer/data/mysql/mandatory/sysprefs.sql @@ -387,7 +387,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('NoticeCSS','',NULL,'Notices CSS url.','free'), ('NoticesLog','0',NULL,'If enabled, log changes to notice templates','YesNo'), ('NotifyBorrowerDeparture','30',NULL,'Define number of days before expiry where circulation is warned about patron account expiry','Integer'), -('NotifyPasswordChange','0',NULL,'Notify patrons whenever their password is changed.','YesNo'), +('NotifyPasswordChange','1',NULL,'Notify patrons whenever their password is changed.','YesNo'), ('NovelistSelectEnabled','0',NULL,'Enable Novelist Select content. Requires Novelist Profile and Password','YesNo'), ('NovelistSelectPassword','',NULL,'Novelist select user Password','free'), ('NovelistSelectProfile','',NULL,'Novelist Select user Profile','free'), -- 2.39.5