User tests: Successful: Unsuccessful:
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?
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
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.
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
Ah, that was the reason. Makes sense now. Thanks, I will close this PR.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-01-23 09:57:55 |
Closed_By | ⇒ | n9iels |
I have tested this item successfully on 5fd037e
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8967.