update and get everything rolling

This commit is contained in:
TheWanderingCrow 2026-03-28 17:05:08 -04:00
parent 9f40b9c6d6
commit a4808abc49
2 changed files with 9 additions and 9 deletions

View file

@ -45,10 +45,10 @@ in
REGISTER_EMAIL_CONFIRM = true;
ENABLE_NOTIFY_MAIL = true;
# I want to offload account security to OIDC provider
REQUIRE_EXTERNAL_REGISTRATION_PASSWORD = false;
REQUIRE_EXTERNAL_REGISTRATION_PASSWORD = true;
ENABLE_INTERNAL_SIGNIN = false;
EMAIL_DOMAIN_BLOCK_DISPOSABLE = true;
ALLOW_ONLY_EXTERNAL_REGISTRATION = false;
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
ENABLE_OPENID_SIGNIN = true;
ENABLE_OPENID_SIGNUP = true;
WHITELISTED_URIS = "auth.wanderingcrow.net";