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:
parent
f1504948d0
commit
f356cc6a53
|
@ -8,4 +8,4 @@ data:
|
|||
values.yaml: |
|
||||
zulip:
|
||||
environment:
|
||||
SETTING_AUTHENTICATION_BACKENDS: '("zproject.backends.GenericOpenIdConnectBackend","EmailAuthBackend")'
|
||||
SETTING_AUTHENTICATION_BACKENDS: '("zproject.backends.GenericOpenIdConnectBackend", "zproject.backends.EmailAuthBackend")'
|
||||
|
|
Loading…
Reference in New Issue