Deactivated login mask

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-01 22:31:55 +02:00
parent 4cffddab51
commit 28b41382d2
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -91,6 +91,9 @@ MOBILIZON_SMTP_PASSWORD={{ users['no-reply'].mailu_token }}
# Defaults to false
MOBILIZON_SMTP_SSL=false
# Deactivate Database Login if OIDC or LDAP are enabled
MOBILIZON_INSTANCE_DISABLE_DATABASE_LOGIN={{ (applications | is_feature_enabled('ldap',application_id) or applications | is_feature_enabled('oidc',application_id)) | lower }}
# Whether to use TLS for SMTP.
# Allowed values: always (TLS), never (Clear) and if_available (STARTTLS)
# Make sure to match the port value as well