From f60a326d02662717622ff8815e4fa3ea06156646 Mon Sep 17 00:00:00 2001 From: Raymond Penners Date: Wed, 13 Dec 2023 22:07:09 +0100 Subject: [PATCH] docs: ACCOUNT_MAX_EMAIL_ADDRESSES vs ACCOUNT_CHANGE_EMAIL --- docs/account/configuration.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/account/configuration.rst b/docs/account/configuration.rst index b45b57a6e0..b3a9ea2dd1 100644 --- a/docs/account/configuration.rst +++ b/docs/account/configuration.rst @@ -104,8 +104,9 @@ Available settings: The maximum amount of email addresses a user can associate to his account. It is safe to change this setting for an already running project -- it will not negatively affect users that already exceed the allowed amount. Note that if - you set the maximum to 1, users will not be able to change their email address - unless you enable ``ACCOUNT_CHANGE_EMAIL``. + you set the maximum to 1, users will not be able to change their email + address. + ``ACCOUNT_FORMS`` Used to override the builtin forms. Defaults to::