The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Changing ReCAPTCHA Key - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28) +--- Forum: Documentation (https://userspice.com/forums/forumdisplay.php?fid=30) +--- Thread: Changing ReCAPTCHA Key (/showthread.php?tid=534) |
Changing ReCAPTCHA Key - tradeJmark - 04-21-2017 I've finally decided to get it over with and get myself a ReCAPTCHA Key, but since there's no field in the settings for it, I manually added it to the keys database table. That doesn't seem to make the ReCAPTCHA message in the footer go away. Have I done this the right way? If not, what is the correct way? Thanks, Tim Changing ReCAPTCHA Key - mudmin - 04-21-2017 Sorry. That's in users/init.php Changing ReCAPTCHA Key - wadoadi - 09-19-2017 thanks been looking for where to put this for sometime! could it be added to the admin portal? Changing ReCAPTCHA Key - dan - 09-19-2017 Yeah. I think I'm going to add these keys and maybe the menu stuff to the database RE: Changing ReCAPTCHA Key - andrewrowell - 05-31-2019 I have got the same problem using version 4.2.12 not sure where to put the recaptcha keys...tried database...cannot see exactly where in users/init is it these or are these the Google ones? $your_private_key = 'xyz' $your_public_key = 'xyz' RE: Changing ReCAPTCHA Key - Brandin - 06-01-2019 In 4.2.12 they're likely still in the init.php file. |