Blocks spam signups by adding invisible field to your registration and login forms, and switching its id with the username or email form field..
When spam bots fill the required fake field in, WP will redirect them to message and not let them register or login..
Upload the plugin files to the wp-content plugins spampot directory, or install the plugin through WordPress plugins screen directly..
Activate the plugin through 'Plugins screen WordPress.
This honeypot technique works against the lazy drive by automated spambots, but will not be effective against spammers specifically targetting your site nor spammers signing up by hand...
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Fix for 4.5's changed login text.. 0.32.
Changed the way the honeypot field was inserted to avoid conflict with my Custom Logins plugin.. 0.33.
If the honeypot field is unable to be inserted, then the form will continue working and notify the admin by email of this failure.. 0.34.
Changed the regex that matches the normal username field to be more robust...
Read more