moloch-- / RootTheBox

A Game of Hackers (CTF Scoreboard & Game Manager)
http://root-the-box.com/
Apache License 2.0
915 stars 292 forks source link

reCaptcha does not appear #556

Closed PunitTailor55 closed 1 year ago

PunitTailor55 commented 1 year ago

I am trying to setup recaptcha on registration and login page. While giving recaptcha_site_key, recaptcha_secret_key and use_recaptcha = True. It doesnot appear on screen. I have checked PublicHandler.py there is no configuration regarding reCaptcha. Please guide me on reCaptcha setup. Thanks.

image

image

eljeffeg commented 1 year ago

I think this is just for the banking password, not registration. https://github.com/moloch--/RootTheBox/wiki/Configuration-File-Details#recaptcha

PunitTailor55 commented 1 year ago

It would be great if we set for registration and login. It helps to stop brute force attacks.

eljeffeg commented 1 year ago

Feature Added

PunitTailor55 commented 1 year ago

In case you are using reCaptcha then the recaptcha module code would be defined before the Register Account for the registration captcha because Captcha doesn't appear.

image

image

eljeffeg commented 1 year ago

This is what it looks like for me. Wonder why it's not showing up for you.

Screenshot 2023-06-06 at 11 46 07 PM