From 1a663324e3a0de83732dadd6da6c22d022163b62 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Fri, 2 Jan 2015 12:02:38 -0500 Subject: [PATCH] Add verify email setting to update script --- install/updateTo2-0-0.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install/updateTo2-0-0.php b/install/updateTo2-0-0.php index 6dc60a7c..941452f9 100644 --- a/install/updateTo2-0-0.php +++ b/install/updateTo2-0-0.php @@ -67,7 +67,10 @@ $file = file_get_contents(HESK_PATH . 'modsForHesk_settings.inc.php'); $file .= ' //-- Set this to 1 to enable custom field names as keys -$modsForHesk_settings[\'custom_field_setting\'] = 0;'; +$modsForHesk_settings[\'custom_field_setting\'] = 0; + +//-- Set this to 1 to enable email verification for new customers +$modsForHesk_settings[\'customer_email_verification_required\'] = 0;'; if (!file_put_contents(HESK_PATH.'modsForHesk_settings.inc.php', $file)) {