diff --git a/charts/open-webui/custom-values.yaml b/charts/open-webui/custom-values.yaml index 5d4ea16..b96e4c6 100644 --- a/charts/open-webui/custom-values.yaml +++ b/charts/open-webui/custom-values.yaml @@ -37,7 +37,7 @@ extraEnvVars: - name: OAUTH_SCOPES value: 'openid email profile' - name: ENABLE_LOGIN_FORM - value: 'false' + value: 'true' - name: SSL_CERT_FILE value: '/etc/ssl/certs/keycloak/ca.crt' - name: ENABLE_OAUTH_SIGNUP