-- 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';