The issue is that "Fred" is a common spam account name. However, it's also a common firstname, my first name in fact :smile:. My IP and email aren't used for spam, and I shouldn't be blocked from logging in (especially as site admin :exclamation:)
I manually hacked my plugin to check if $isSfsSpam > 1 so that we can get back to work. Can do a pull request if you'd like.
Thanks for this plugin, it's already cut down on our wiki spam!
This was dumping one me to the spam error page during login. The plugin requests this from StopForumSpam: http://www.stopforumspam.com/api?username[]=Fred&email[]=fred.alger%40foxycart.com&ip[]=69.1.26.101&&unix
Which gives this response:
The issue is that "Fred" is a common spam account name. However, it's also a common firstname, my first name in fact :smile:. My IP and email aren't used for spam, and I shouldn't be blocked from logging in (especially as site admin :exclamation:)
I manually hacked my plugin to check if
$isSfsSpam
> 1 so that we can get back to work. Can do a pull request if you'd like.