- Add ALTCHA service with challenge generation and verification - Update auth and admin handlers to use ALTCHA tokens - Replace Turnstile widget with ALTCHA widget in Flutter app - Update admin frontend to use ALTCHA token - Add ALTCHA challenge endpoints for both auth and admin - Maintain development bypass for testing - Remove Turnstile dependencies from authentication flow
3 lines
185 B
SQL
3 lines
185 B
SQL
-- Update admin@mp.ls profile to use different handle
|
|
UPDATE profiles SET handle = 'admin_mp', display_name = 'Admin MP' WHERE id IN (SELECT id FROM users WHERE email = 'admin@mp.ls');
|