diff --git a/docs/account/configuration.rst b/docs/account/configuration.rst index e9d115d31d..fa650fcda4 100644 --- a/docs/account/configuration.rst +++ b/docs/account/configuration.rst @@ -236,7 +236,7 @@ Available settings: ``ACCOUNT_SIGNUP_FORM_HONEYPOT_FIELD`` (default: ``None``) A string value that will be used as the HTML 'name' property on a honeypot input field on the sign up form. Honeypot fields are hidden - to normal users but might be filled out by niave spam bots. When the field + to normal users but might be filled out by naive spam bots. When the field is filled out the app will not create a new user and attempt to fool the bot with a fake successful response. We recommend setting this to some believable value that your app does not actually collect