mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00: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.
359 B
359 B
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.
DevAuthBackendis disabled inAUTHENTICATION_BACKENDSin{{ settings_path }}.