Spam protection
Property | Type |
---|---|
useBadWordsList | boolean |
useBadWordsListOnUsername | boolean |
useBadWordsListOnMailAddress | boolean |
badWordsList | string |
hiddenFieldSpamProtection | boolean |
hiddenFieldName | string |
hiddenFieldClass | string |
useBadWordsList
- Property
- useBadWordsList
- Data type
- boolean
- Default
- 1
- Description
- Enables or disables the usage of bad word list. This option just checks the entered comment message.
useBadWordsListOnUsername
- Property
- useBadWordsListOnUsername
- Data type
- boolean
- Default
- 1
- Description
- If enabled performs bad words check on entered username. This option may be activated seperately from useBadWordsList option.
useBadWordsListOnMailAddress
- Property
- useBadWordsListOnMailAddress
- Data type
- boolean
- Default
- 0
- Description
- Same like option useBadWordsListOnUsername, just for the entered email address.
badWordsList
- Property
- badWordsList
- Data type
- string
- Default
- EXT:pw_comments/[...]/badwords.txt
- Description
- Defines the path a bad word list containing regular expressions (one in each line).