fix: require verified production email
Expose the existing email-verification setting through Compose and close the completed DataProtection rotation blocker.
This commit is contained in:
@@ -22,6 +22,7 @@ services:
|
||||
- Auth__AdminEmail=${AUTH_ADMIN_EMAIL}
|
||||
- Auth__AdminPassword=${AUTH_ADMIN_PASSWORD}
|
||||
- Auth__AllowRegistration=${AUTH_ALLOW_REGISTRATION:-false}
|
||||
- Auth__RequireEmailVerification=${AUTH_REQUIRE_EMAIL_VERIFICATION:-false}
|
||||
- Turnstile__SiteKey=${TURNSTILE_SITE_KEY}
|
||||
- Turnstile__SecretKey=${TURNSTILE_SECRET_KEY}
|
||||
- Stripe__SecretKey=${STRIPE_SECRET_KEY}
|
||||
|
||||
Reference in New Issue
Block a user