zulip: fix auth backends

https://zulip.readthedocs.io/en/latest/production/authentication-methods.html#email-and-password
Had to check settings.py for details
This commit is contained in:
xeruf 2022-07-04 17:26:46 +01:00
parent f1504948d0
commit f356cc6a53
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ data:
values.yaml: | values.yaml: |
zulip: zulip:
environment: environment:
SETTING_AUTHENTICATION_BACKENDS: '("zproject.backends.GenericOpenIdConnectBackend","EmailAuthBackend")' SETTING_AUTHENTICATION_BACKENDS: '("zproject.backends.GenericOpenIdConnectBackend", "zproject.backends.EmailAuthBackend")'