Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author foobar2022

    (@kubi23)

    NoSpamNX had this feature a while ago, but i removed it due to leak of testing time and the possibility of locking you completly out of your wordpress instllation.

    Thread Starter Daedalon

    (@daedalon)

    I noticed it was in testing way back but isn’t in use at the moment. I believe we can get it working. I’ll be glad to do some testing in order to be able to run sites free of spam users.

    Login shouldn’t be affected as long as the check for registration action is proper. Line 337 of wp-login.php uses $action = isset($_REQUEST['action']) ? $_REQUEST['action'] : 'login'; suggesting us to use if ( $_REQUEST['action'] == 'register' ) { add_nospamnx_to_registration() }.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘NoSpamNX for user registrations’ is closed to new replies.