Files
zulip/templates/zerver/dev-not-supported-error.md
Umair Khan d22639717c auth: Redirect to an error page instead of 500.
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.
2018-02-20 22:34:53 -08:00

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.
  • DevAuthBackend is disabled in AUTHENTICATION_BACKENDS in {{ settings_path }}.