Giter Site home page Giter Site logo

registration-honeypot's Introduction

Registration Honeypot

A plugin for stopping most spambots from registering user accounts on WordPress sites with open user registration. This plugin creates a simple, hidden field that spambots will automatically fill out. If this registration field has data entered into it, the registration process is cut off and no spam user account will be created.

This plugin isn't an end-all solution to spam registrations. It's a simple solution for one type of spam registration issue that has come in handy for me many times.

There's no configuration. Simply install, activate, and let the plugin do its work.

registration-honeypot's People

Contributors

justintadlock avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

registration-honeypot's Issues

Browser autocomplete

I found when using honeypots, browser autocomplete throws a spanner into the works. And for added annoyance, autocomplete="off" doesn't seem to work in the latest versions of Chrome.

Add to login form?

If one added these two lines to the constructor, it would add the hidden field to the login form as well:

add_action( 'login_form', array( $this, 'register_form' ), 99 );
add_action( 'login_form_login', array( $this, 'check_honeypot' ), 0 );

Would there be a reason not to do this? I'm thinking: if someone is trying to brute force your password, would it be wiser to use a login lockout plugin to prevent them from overloading your server with login requests or would this type of thing do just as well? Thoughts?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.