You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that "Fred" is a common spam account name. However, it's also a common firstname, my first name in fact 😄. My IP and email aren't used for spam, and I shouldn't be blocked from logging in (especially as site admin ❗)
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.
The text was updated successfully, but these errors were encountered:
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 😄. My IP and email aren't used for spam, and I shouldn't be blocked from logging in (especially as site admin ❗)
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.The text was updated successfully, but these errors were encountered: