update docu
This commit is contained in:
parent
b4e7d57af9
commit
38afcc3a99
@ -175,6 +175,8 @@ User section
|
||||
In case you want to use a SPAM protection for the user registration page you can activate a spam protection function in this area which is based on the honeypot strategy to provide a better user experience.
|
||||
We use the simple and flexible SPAM protection solution for Rails applications called ``invisible_captcha`` for it.
|
||||
|
||||
In order to activate the checkbox ``SPAM protection for registration`` you must have enabled the registration process in your Redmine settings (Authentication - Self-registration). Otherwise it is not possible to use this function.
|
||||
|
||||
.. note:: CAPTCHA is short for ``Completely Automated Public Turing test to tell Computers and Humans Apart``. It is a type of test to determine whether or not the user is human. The honeypot strategy is an alternative and fairly simple. It puts a field onto your form that humans won't fill out because they don't see it. Most spam bots search for forms, fill out every field and submit it. If the honeypot captcha field is filled out you know for sure it is a spam submission.
|
||||
|
||||
Macros section
|
||||
|
Loading…
Reference in New Issue
Block a user