The module responds to current spam on customer account registrations. It prevents fake registrations by validating the first and last name. For each type of validation, a corresponding error message is displayed next to the form.
Validation options
- you can set a threshold for the number of capital letters in the name. The default is 4. If more than one capital letter is entered in the first or last name, e.g. WjpKVMxtEYBYSH, registration is prevented. The number of occurrences of capital letters is counted, they do not have to be consecutive.
- another optional validation option is to prevent registration if the same first and last name are filled in.
- you can define a "formula" according to which the validation of the first, last name or email should take place. An asterisk can be used as a wildcard, so for example *@qq.com will prevent registrations from the qq.com domain