Update env-configuration.mdx

This commit is contained in:
Classic298
2026-03-23 15:19:49 +01:00
committed by GitHub
parent 102df847e6
commit 54ef622b69

View File

@@ -156,6 +156,12 @@ After the admin account is created, sign-up is automatically disabled for securi
- Default: `True`
- Description: Allows both password and SSO authentication methods to coexist when set to True. When set to False, it disables all password-based login attempts on the /signin and /ldap endpoints, enforcing strict SSO-only authentication. Disable this setting in production environments with fully configured SSO to prevent credential-based account takeover attacks; keep it enabled if you require password authentication as a backup or have not yet completed SSO configuration. Should never be disabled if OAUTH/SSO is not being used.
:::tip
This SHOULD be set to `False` if you only use SSO/OAUTH for Login and expose your Open WebUI publicly as to prevent password based logins.
:::
:::danger
This should **only** ever be set to `False` when [ENABLE_OAUTH_SIGNUP](https://docs.openwebui.com/reference/env-configuration/#enable_oauth_signup)