Plugin Directory

Changeset 1339859


Ignore:
Timestamp:
01/31/2016 02:09:18 AM (10 years ago)
Author:
Sanskritforum
Message:

Bug Fixed issue affecting new user registration

Location:
skt-nurcaptcha
Files:
27 added
2 edited

Legend:

Unmodified
Added
Removed
  • skt-nurcaptcha/trunk/readme.txt

    r1323591 r1339859  
    22Contributors: Sanskritforum
    33Donate link: http://skt-nurcaptcha.sanskritstore.com/donate/
    4 Tags: security, login form, new user, user, captcha, spambots, reCAPTCHA, register form, buddypress, wpmu, multisites, bots, spam, form, protection, response, safe, register, anti-spam, defence
     4Tags: security, login form, new user, captcha, spambots, reCAPTCHA, register form, bots, spam, register, anti-spam
    55Requires at least: 3.1
    6 Tested up to: 4.4.1
    7 Stable tag: 3.4.7
     6Tested up to: 4.4.2
     7Stable tag: 3.4.8
    88
    99NURCaptcha inserts a reCAPTCHA on the Register Form of your site to protect it against spambots.
     
    8383== Changelog ==
    8484
     85= 3.4.8 =
     86* Fixed: bug affecting user registration in some sites
    8587= 3.4.7 =
    8688* Fixed: small issue affecting access to language files
     
    157159== Upgrade Notice ==
    158160
     161= 3.4.8 =
     162* Fixed: bug affecting user registration in some sites
    159163= 3.4.7 =
    160164* Fixed: small issue affecting access to language files
  • skt-nurcaptcha/trunk/skt-nurcaptcha.php

    r1323591 r1339859  
    44    Plugin URI: http://skt-nurcaptcha.sanskritstore.com/
    55    Description: If your Blog allows new subscribers to register via the registration option at the Login page, this plugin may be useful to you. It includes a reCaptcha block to the register form, so you get rid of spambots. To use it you have to sign up for (free) public and private keys at <a href="https://www.google.com/recaptcha/admin#createsite" target="_blank">reCAPTCHA API Signup Page</a>. Version 3 added extra security by querying antispam databases for known ip and email of spammers, so you get rid of them even if they break the reCaptcha challenge by solving it as real persons.
    6     Version: 3.4.7
     6    Version: 3.4.8
    77    Author: Carlos E. G. Barbosa
    88    Author URI: http://www.yogaforum.org
     
    344344     
    345345    $result = new nurc_ReCaptchaResponse(); // sets $result as a class variable
     346    $result->is_valid = true;
    346347    $user_login = '';
    347348    $user_email = '';
     349    $errors = NULL;
    348350    if ( $http_post ) { // if we have a response, let's check it
    349351        $user_login = $_POST['user_login'];
Note: See TracChangeset for help on using the changeset viewer.