Menu

#1382 (ok 4.1) ReCaptcha

Needs_decision
fixed
nobody
None
5
2015-01-05
2012-07-23
Noel
No

Feature Request -

support for recaptcha
Saving grace on public facing login screens to slow down the nasties. configurable by true/false of course for those not wanting it, false by default.
Thoughts?

Discussion

  • PHPcian

    PHPcian - 2012-12-25

    The additind of ReCAPTCHA support will be great. Has this been done by anyone?

     
  • Marc Delisle

    Marc Delisle - 2012-12-27

    @phpcian236: please stop asking if a feature has been done. Normally, when it's done, the feature request is marked as such.

    Anyway, you can have a look by yourself to see if it has been done.

     
  • Abhishek Kandoi

    Abhishek Kandoi - 2013-04-29

    I would like to work on this feature but I was wondering if it will a useful feature.

     
  • Marc Delisle

    Marc Delisle - 2013-04-29

    Yes, I believe it's worth implementing.

     
  • Bojan Petkovski

    Bojan Petkovski - 2013-05-01

    I just added pull request https://github.com/phpmyadmin/phpmyadmin/pull/298, which contains open-source library that uses PHP GD to create captcha and verifies it.

    To activate it we need to have this in the conf file:
    $cfg['Servers'][$i]['captchaLogin'] = true;

    The end result should be something similar to the image attached. I don't know where should I put the library so for now is it in the root folder.

    I would like to hear some feedback, thanks.

     
  • Isaac Bennetch

    Isaac Bennetch - 2013-09-18
    • summary: ReCaptcha --> (ok 4.1) ReCaptcha
    • status: open --> resolved
    • Group: --> Needs_decision
     
  • Marc Delisle

    Marc Delisle - 2013-12-12
    • Status: resolved --> fixed
     
  • demlasjr

    demlasjr - 2015-01-05

    Can somebody please add recaptcha API v2 ?

    Is more secure than the v1.

    Thank you.