From 0642dcb7ba983dfd85c2058724b6caa6c73025b1 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 25 Oct 2023 09:35:20 +0200 Subject: [PATCH] Docs: Fix default of registration flag --- doc/admin/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/config.rst b/doc/admin/config.rst index a6773aa0f3..16183a664c 100644 --- a/doc/admin/config.rst +++ b/doc/admin/config.rst @@ -75,7 +75,7 @@ Example:: The cookie domain to be set. Defaults to ``None``. ``registration`` - Enables or disables the registration of new admin users. Defaults to ``on``. + Enables or disables the registration of new admin users. Defaults to ``off``. ``password_reset`` Enables or disables password reset. Defaults to ``on``.