Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plugin][captcha] - not so invisible Captcha #21979

Merged
merged 3 commits into from
Sep 8, 2018
Merged

[plugin][captcha] - not so invisible Captcha #21979

merged 3 commits into from
Sep 8, 2018

Conversation

alikon
Copy link
Contributor

@alikon alikon commented Sep 3, 2018

Pull Request for Issue #21974 .

Summary of Changes

Testing Instructions

see #21974

Expected result

if no captcha enabled i can register without error msg/exception

Actual result

if no captcha enabled error msg/exception

@zero-24
Copy link
Contributor

zero-24 commented Sep 4, 2018

Already tested by @joeforjoomla here: #21974 (comment)

@ghost
Copy link

ghost commented Sep 4, 2018

Altered Test of @joeforjoomla


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

@BurtNL
Copy link
Contributor

BurtNL commented Sep 8, 2018

I have tested this item ✅ successfully on 4334a00

Applied the patch and tested successfully on Joomla 3.9.0-alpha2-dev.
The warning about the missing ReCaptcha is not longer visible, user registration via website is now working as expected.


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

@ka3media
Copy link

ka3media commented Sep 8, 2018

I have tested this item ✅ successfully on 4334a00

Tested on Joomla! Version 3.9.0-alpha Alpha [ Amani ] 31-August-2018

Error message disappears.


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

@joomla-cms-bot joomla-cms-bot changed the title [plugin][captcha] - not so invisible Captcha [plugin][captcha] - not so invisible Captcha Sep 8, 2018
@joomla-cms-bot joomla-cms-bot removed this from the Joomla 3.9.0 milestone Sep 8, 2018
@ghost
Copy link

ghost commented Sep 8, 2018

Ready to Commit after two successful tests.

@@ -116,6 +116,7 @@ public function setup(\SimpleXMLElement $element, $value, $group = null)
if ($plugin === 0 || $plugin === '0' || $plugin === '' || $plugin === null)
{
$this->hidden = true;
return false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a little nag, we need an empty line before the return.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

@mbabker mbabker added this to the Joomla 3.9.0 milestone Sep 8, 2018
@mbabker mbabker merged commit ac01e5f into joomla:3.9-dev Sep 8, 2018
@joomla-cms-bot joomla-cms-bot removed the RTC This Pull Request is Ready To Commit label Sep 8, 2018
@alikon alikon deleted the patch-97 branch September 8, 2018 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants