mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 06:31:13 -05:00
4 lines
239 B
SQL
4 lines
239 B
SQL
-- Remove the CAPTCHA bypass setting from admin_settings
|
|
-- This setting is now controlled exclusively via VITE_ALLOW_CAPTCHA_BYPASS environment variable
|
|
DELETE FROM public.admin_settings
|
|
WHERE setting_key = 'auth.captcha_bypass_enabled'; |