oliverh57 / Vision

A front end network camera viewer with snapshot support and built in reverse proxy.
MIT License
4 stars 2 forks source link

Add optional ReCaptcha verification to login page #4

Closed Bentechy66 closed 6 years ago

Bentechy66 commented 6 years ago

Simply edit the values in config.php to: 'use_recaptcha' => 'True' 'captcha_api_key' => The Secret Key from https://www.google.com/recaptcha/admin#list 'captcha_site_key' => The Site Key from https://www.google.com/recaptcha/admin#list

Hope you enjoy the changes!

oliverh57 commented 6 years ago

Looks good.

I will do some of my own testing.