Daniel Convissor
Forum Replies Created
-
Closing due to no feedback.
Forum: Plugins
In reply to: [Login Security Solution] Excellent pluginHi: Thanks for the kind words! Storing the actual passwords would compromise the security of legitimate users, so we can’t do that, sorry. –Dan
Forum: Plugins
In reply to: [Login Security Solution] Brute Force Not Being Slowed?Hi Knappen:
This topic is covered in the “I just got hit with 500 failed logins! Why isn’t this plugin working?!?” section of the FAQ: http://wordpress.org/extend/plugins/login-security-solution/faq/
–Dan
Forum: Plugins
In reply to: [Login Security Solution] Compatibility to Buddypress & S2MemberHi Tom: Please try it and let us know. –Dan
Hi:
That error message comes from my
wp_login_failed()function. That gets fired when someone uses a bad user name or password. The computer you’re logging in from should not impact this situation.The reason that error comes up is WordPress’
authenticatefilter was not called for some reason. Chances are that’s happening because some plugin or theme you have overrides thewp_authenticate()function but that overriding function does not call theauthenticatefilter.Please SSH into your site,
cdinto the base directory of your WordPress installation, then issue the following command:
grep -r 'function wp_authenticate(' wp-includes/ wp-content/
Please paste the results of that output here.
Thanks,
–Dan
Forum: Plugins
In reply to: [Login Security Solution] LSS version 0.37.0 changelogThanks for the notice! There was a server error on WP’s side. I notified them and the readme has now been parsed.
Forum: Plugins
In reply to: [Login Security Solution] Italian translationIn
languages, copylogin-security-solution-fr_FR.potologin-security-solution-it_IT.po, then edit that new file. Once it’s complete, post it somewhere for me to download it.Forum: Reviews
In reply to: [Login Security Solution] Bulldog at the gateAgilityJeff, thanks again for bringing this to my attention. For the record here, this attention resulted in me enhancing the error messaging on the password reset page. The improvement was released in Version 0.36.0.
Forum: Plugins
In reply to: [Login Security Solution] Still can't get intoOuch! My sympathies.
In that case, lorax may want to take the advice in the FAQ about the server being behind a proxy, and then tweak it to just check the
HTTP_X_FORWARDED_FORfor addresses from the university.Forum: Plugins
In reply to: [Login Security Solution] Attack still happeningUhhh?
You may be right that the plugin doesn’t monitor the password strength for new accounts. I think it just handles existing accounts. I’ll look into it. Thanks!
Forum: Plugins
In reply to: [Login Security Solution] Still can't get intothis is a WP Network for a University. All of the users come from a single IP
Each computer gets a separate IP address.
Forum: Plugins
In reply to: [Login Security Solution] Can't log in to my own site!Release 0.36.0, sent out two weeks ago, fixes the messaging on the password reset page to explain exactly why a desired new password is problematic.
Forum: Plugins
In reply to: [Login Security Solution] NorificationsExactly.
Forum: Plugins
In reply to: [Login Security Solution] [FEATURE REQUEST] Temporary Auto-ban IP'sThe FAQ explains why this plugin won’t do outright bans. Sorry.