mirror of
https://github.com/bringout/oca-ocb-security.git
synced 2026-04-18 15:52:00 +02:00
4 lines
127 B
SQL
4 lines
127 B
SQL
-- disable reCAPTCHA
|
|
UPDATE ir_config_parameter
|
|
SET value = ''
|
|
WHERE key IN ('recaptcha_public_key', 'recaptcha_private_key');
|