mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
Previously, we used to raise an exception if the direct dev login code path was attempted when: * we were running under production environment. * dev. login was not enabled. Now we redirect to an error page and give an explanatory message to the user. Fixes #8249.
10 lines
359 B
Markdown
10 lines
359 B
Markdown
You attempted to use the `DevAuthBackend` authentication method, which
|
|
is used for logging in without a password in the Zulip development
|
|
environment.
|
|
|
|
This backend is not supported on this server, either because:
|
|
|
|
* This Zulip server is configured as a production server.
|
|
* `DevAuthBackend` is disabled in `AUTHENTICATION_BACKENDS` in `{{
|
|
settings_path }}`.
|