Add reCaptcha to login page (#1443)

This commit is contained in:
FrancescoUK
2017-08-05 11:46:48 +01:00
parent f1936dbb4d
commit e89bd73bb5
14 changed files with 215 additions and 76 deletions

View File

@@ -97,7 +97,10 @@ INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('cash_decimals', '2'),
('financial_year', '1'),
('giftcard_number', 'series'),
('receipt_font_size', '12');
('receipt_font_size', '12'),
('gcaptcha_enable', '0'),
('gcaptcha_secret_key', ''),
('gcaptcha_site_key', '');
-- --------------------------------------------------------