mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
auth: Use config_error instead of JsonableError in remote_user_sso.
This commit is contained in:
committed by
Tim Abbott
parent
e955bfde83
commit
4eb629e276
@@ -585,6 +585,12 @@ i18n_urls = [
|
||||
url(r'^config-error/saml$', TemplateView.as_view(
|
||||
template_name='zerver/config_error.html',),
|
||||
{'saml_error': True},),
|
||||
url(r'^config-error/remoteuser/backend_disabled$', TemplateView.as_view(
|
||||
template_name='zerver/config_error.html',),
|
||||
{'remoteuser_error_backend_disabled': True},),
|
||||
url(r'^config-error/remoteuser/remote_user_header_missing$', TemplateView.as_view(
|
||||
template_name='zerver/config_error.html',),
|
||||
{'remoteuser_error_remote_user_header_missing': True},),
|
||||
]
|
||||
|
||||
# Make a copy of i18n_urls so that they appear without prefix for english
|
||||
|
||||
Reference in New Issue
Block a user