? Pending

User tests: Successful: Unsuccessful:

avatar n9iels
n9iels
22 Jan 2016

On a new install, the default choose for the ReCAPTCHA plugin is version 1.0. But there is also a this warning:

You have selected Version 1.0. All new sites should be using Version 2.0. Version 1.0 is only maintained to provide support for Global Site keys which are no longer available from Google.

So why we don't change the default to version 2.0?
Or was there a certain reason that version 1.0 is still default?

Test instructions

  1. Go to Plugins -> Recaptcha (make sure you didn't save the plugin before. If you did, clean the parameter field in the database)
  2. Notice that version 1.0 is default select
  3. Apply patch and notice that 2.0 is now default selected
avatar n9iels n9iels - open - 22 Jan 2016
avatar n9iels n9iels - change - 22 Jan 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 22 Jan 2016
Labels Added: ?
avatar 810 810 - test_item - 22 Jan 2016 - Tested successfully
avatar 810
810 - comment - 22 Jan 2016

I have tested this item :white_check_mark: successfully on 5fd037e


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8967.

avatar infograf768
infograf768 - comment - 23 Jan 2016

There was a good reason for that default. If a user has already Global Keys, it would look like Joomla is the responsible for breaking recaptcha.
Read #5888 (comment)

I suggest to close this PR.

avatar andrepereiradasilva
andrepereiradasilva - comment - 23 Jan 2016

i think you should also change all the:

$this->params->get('version', '1.0')

tp

$this->params->get('version', '2.0')

in https://github.com/joomla/joomla-cms/blob/staging/plugins/captcha/recaptcha/recaptcha.php

avatar n9iels
n9iels - comment - 23 Jan 2016

Ah, that was the reason. Makes sense now. Thanks, I will close this PR.

avatar n9iels n9iels - change - 23 Jan 2016
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2016-01-23 09:57:55
Closed_By n9iels
avatar n9iels n9iels - close - 23 Jan 2016

Add a Comment

Login with GitHub to post a comment