View Matt Beckett's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Gonna try this now, thanks for the update :)
I was able to login after brute forcing it 3 times.
Not quite sure what you mean by that - is it working or not?
It logged me in after a few rejections.
Hi there, I am using elgg 1.12.5 with and I am trying to delete all spam ips which are older than 7 days but the script is showing me "Successfully deleted 0 spam IPs". Kindly help.
This is my code (This code was taken from a comment from one of the old plugin version):
IP addresses are not stored as objects, they are stored as annotations and they get cleaned up on cron anyway. Configure your cron.
I have my cron job configured but the IPs are not getting deleted since I have update my plugin to v2.1.1
https://github.com/beck24/spam_login_filter/blob/master/lib/hooks.php#L38
I needed the feature where I can restrict specific countries from registering on my elgg website. I understand that it was fassim feature and was removed in the last release. That is why I have a new code that can help in bringing back the feature without fassim.
I have requested for the incorporation of the feature on github: https://github.com/beck24/spam_login_filter/issues/8
Do have a look and it would be great, if the feature is back again on your next release of the plugin.