This is an old revision of the document!
Table of Contents
Antispam (pun_admin_antispam)
- Status: Under development
- Current version: none
General idea
Protect the forum using CAPTCA from
- Bruteforcing the passwords
- Spam in guest posts
- Bot registration
Specification
- Screens - Register, Guest post, Login.
Fields:
- text input
- picture with random symbols
- Options: Administration » Settings » Features
Checkboxes:
Use CAPTCHA on register page Use CAPTCHA on guest posting Use CAPTCHA after 5 login failures
- Database table <db_prefix>_config
Fields default values o_pun_antispam_captcha_register 1 o_pun_antispam_captcha_guestpost 1 o_pun_antispam_captcha_login 1
- Captcha
- Use sessions.
- If 'captcha' field filled in correctly, on other errors do not ask again.