It looks like you're new here. If you want to get involved, click one of these buttons!
Hi,
I do not wish to use Recaptcha (I have an alternate solution). How can I turn off the registration page text that says this:
Security Check
To use reCAPTCHA you must get an API key from https://www.google.com/recaptcha/admin/create
maybe this -
$Configuration['Garden']['Registration']['Method'] = '';
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
I do believe it's:
$Configuration['Garden']['Registration']['Method'] = 'Basic';
This is a hidden setting that will get overwritten if you edit your registration setttings in the dashboard.
And to anyone that wants to do this just because: PLEASE DON'T. You'll be in a world of spam.
Thanks; in what file do I edit that code?
Config
422 Real Estate Australia , now open Check it out
That's /conf/config.php. If you don't know php at all then be careful when editing this file.
/conf/config.php
Comments
maybe this -
$Configuration['Garden']['Registration']['Method'] = '';
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
0 · Insightful Awesome LOL ·I do believe it's:
This is a hidden setting that will get overwritten if you edit your registration setttings in the dashboard.
And to anyone that wants to do this just because: PLEASE DON'T. You'll be in a world of spam.
- Spam
- Abuse
1 · Insightful 1Awesome LOL ·Thanks; in what file do I edit that code?
- Spam
- Abuse
0 · Insightful Awesome LOL ·Config
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
0 · Insightful Awesome LOL ·That's
/conf/config.php. If you don't know php at all then be careful when editing this file.- Spam
- Abuse
1 · Insightful 1Awesome LOL ·