diff --git a/rest_registration/settings_fields.py b/rest_registration/settings_fields.py index cf2758c..69cef69 100644 --- a/rest_registration/settings_fields.py +++ b/rest_registration/settings_fields.py @@ -186,7 +186,7 @@ def __new__( default=False, help=dedent("""\ This setting ensures the activation link can only be used once. - If REGISTER_VERIFICATION_AUTO_LOGIN is enabled, the link could auto-login + If REGISTER_VERIFICATION_AUTO_LOGIN is enabled, the link could auto-login the user, which may not be desired. """), ),