gmazoyer / looking-glass

Easy to deploy Looking Glass
GNU General Public License v3.0
444 stars 137 forks source link

[Issue] on recaptcha enabled #170

Closed isnuryusuf closed 1 year ago

isnuryusuf commented 1 year ago

on file execute.php

the code: $captcha = new Captcha($config['captcha']['type']);

should be: $captcha = new Captcha($config['captcha']);

on config.php, we should enable url: $config['captcha']['url'] = 'https://www.google.com/recaptcha/api/siteverify';