mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-06 00:17:54 -05:00
Add reCaptcha to login page (#1443)
This commit is contained in:
@@ -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', '');
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user