templates: Improve unsupported DevAuthBackend error page.

Previously, we didn't mention the possibility that this could have
been disabled by an organization administrator.
This commit is contained in:
Tim Abbott 2022-10-26 21:15:14 -07:00
parent 45f35a464e
commit 6f8476ced9
1 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,10 @@ 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 backend is not available for this realm, either because:
* This Zulip server is configured as a production server.
* `DevAuthBackend` is disabled in `AUTHENTICATION_BACKENDS` in `{{
settings_path }}`.
* You disabled this authentication backend in [this realm's
authentication settings](/help/configure-authentication-methods).