forked from mirrors/easyappointments
Require captcha setting must be disabled by default in new installations.
This commit is contained in:
parent
5d1dcc0f9c
commit
365f8cf38d
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ INSERT INTO ea_settings (name, value) VALUES
|
|||
('google_analytics_code', ''),
|
||||
('customer_notifications', '1'),
|
||||
('date_format', 'DMY'),
|
||||
('require_captcha', '1');
|
||||
('require_captcha', '0');
|
||||
|
|
Loading…
Reference in a new issue