Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Disable MathSpamProtection for logged in users


Go to End


900 Views

Avatar
MarijnKampf

Community Member, 176 Posts

12 October 2009 at 9:34pm

I'm trying not enable MathSpamProtection for logged in users when they are posting comment or sending forms.

I thought it could be simple by changing the _config.php to:
if(Member::currentUser()) MathSpamProtection::setEnabled();

However, Member is not known yet in the _config.php. Is there a simple of way of disabling MathSpamProtection for visitors that are already logged in?