mirror of
https://github.com/open-webui/docs.git
synced 2026-03-27 13:28:37 +07:00
Update env-configuration.mdx
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user