HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

reCaptha Problem

"Could not open socket" me need

Comments

  • Check if the php curl functions are enabled on your host.

  • I want to remove it recaptha

  • peregrineperegrine MVP
    edited October 2014

    I want to remove it recaptha

    use a different registration method in dashboard.

    there are four different types of registration available from dashboard.

    only the Basic method from dashboard equates to Captcha in config.php

    your choice is reflected in config.php

    e.g. these are the four options from the dashboard.

    $Configuration['Garden']['Registration']['Method'] = 'Approval';

    $Configuration['Garden']['Registration']['Method'] = 'Captcha';

    $Configuration['Garden']['Registration']['Method'] = 'Invitation';

    $Configuration['Garden']['Registration']['Method'] = 'Connect';

    there is a fifth method that opens up the forum to simple registration by manually changing config.php

    $Configuration['Garden']['Registration']['Method'] = 'Basic';

    be careful with using "Basic" in config statement as you will open yourself up to lots of apammers unless you have some other method or plugin that mitigates the potential of bad actors.

    and see http://vanillaforums.org/addon/addregistrationquestion-plugin and the readme and description.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Thanx

Sign In or Register to comment.