mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-07-26 11:59:14 +00:00
Add environment variable control for user registration
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/7909815a-ebdd-409b-ae52-627239c3ae2a.jpg
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE users
|
||||
ADD COLUMN IF NOT EXISTS auth_provider TEXT DEFAULT 'local',
|
||||
ADD COLUMN IF NOT EXISTS provider_user_id TEXT;
|
||||
Reference in New Issue
Block a user