HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Make sure you change this in Cleanser plugin v 1.0
@Olivaw - for security purposes.
Important Note: In plugins/Cleanser/views/cleanser-settings.php
after the first line in the program, please add:
if (!Gdn::Session()->CheckPermission('Garden.Users.Edit')) exit();
also note: the readme might say 200 records, I believe it is set at 100 records.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
0
Comments
In conjunction with this, if you have applicants from a certain ip address or address block that you know would always be spammers you can always add them to your .htaccess to block them from even seeing your forum
http://www.htaccess-guide.com/deny-visitors-by-ip-address/
you can block by cidr block.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
it no longer pertains and has been patched.
it no longer pertains and has been patched in versions after 1.0
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.