The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
How to Disable Recaptcha? - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserCake & UserSpice 2 (https://userspice.com/forums/forumdisplay.php?fid=24) +--- Thread: How to Disable Recaptcha? (/showthread.php?tid=436) |
How to Disable Recaptcha? - herrch - 01-23-2017 Hi, due to some reasons, I'll have to disable the recaptcha module in userspice. Would you please provide a walk-through on it? Thank you. How to Disable Recaptcha? - mudmin - 01-23-2017 In the admin panel go to site settings and set recaptcha as disabled http://puu.sh/twQ0R/9999c0f605.png If you want it completely gone go into users/init.php and make your public and private key $your_private_key = ''; $your_public_key = ''; How to Disable Recaptcha? - herrch - 01-24-2017 Hi, it seems I haven't got the 'users' folder. Either can I login to the admin panel, since I am not able to sign up an admin account yet because of the recaptcha. PS. I'm currently working with version 2.5.6, does it need any special tweaks? How to Disable Recaptcha? - mudmin - 01-24-2017 Oooohh. 2.5.6 That's a different story. I don't think there's a way to "disable" it per se. I think the best you can do is to go into the login form and pull it out. Or maybe go into the configuration somewhere and just change a key and see if it doesn't show up. My internet is down so that's the best I can do off the top of my head. How to Disable Recaptcha? - herrch - 01-24-2017 Ok, I'll try. Thanks! |