From e01206d04cc3bef704eb574b70f9b65cd295881c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 14 Aug 2024 13:32:24 -0700 Subject: [PATCH] help: Document change_auth_methods command. I also added a basic warning to help avoid folks getting into this state. --- help/configure-authentication-methods.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/help/configure-authentication-methods.md b/help/configure-authentication-methods.md index c59b7aa2ba..73fdb61883 100644 --- a/help/configure-authentication-methods.md +++ b/help/configure-authentication-methods.md @@ -43,6 +43,14 @@ to inquire. server](https://zulip.readthedocs.io/en/stable/production/authentication-methods.html) to support the option. +!!! tip "" + + Before disabling an authentication method, test that you can + successfully log in with one of the remaining authentication methods. + The [`change_auth_backends` management + command](https://zulip.readthedocs.io/en/stable/production/management-commands.html) + can help if you accidentally lock out all administrators. + {start_tabs} {settings_tab|auth-methods}