Daniel Convissor
Forum Replies Created
-
Wow, that’s a lame hosting company.
You can disable the plugin by removing it from the web server’s file system.
Forum: Plugins
In reply to: [Login Security Solution] Bulk Action Password ResetInteresting, but not on my road map.
Forum: Plugins
In reply to: [Login Security Solution] Another language messagesSee the “Information for Translators” section of the FAQ:
https://wordpress.org/plugins/login-security-solution/faq/We can include your translation file in the distribution too, if you want.
We use WP’s translation tools. There’s nothing special the plugin is doing.
The password hint text is handled by the “password_hint” filter.
The password enforcement is handled by the “user_profile_update_errors” action.
Perhaps Buddypress doesn’t honor those?
The password hint text is handled by the “password_hint” filter.
The password enforcement is handled by the “user_profile_update_errors” action.
Make sure your theme honors those.
Forum: Plugins
In reply to: [Login Security Solution] cannot connect myselfThree potential scenarios. 1) you have some program, editor, or whatever, that’s making API calls to your WP site, but is using the wrong password. 2) You were attacked and compromised. 3) You typed in the wrong username/password too many times.
Regardless, the plugin is operating as expected. Use the password reset process. It will remember your IP address, and you shouldn’t be bothered again.
Forum: Plugins
In reply to: [Login Security Solution] Can't log in and no link received via emailSomeone emailed me some sample output. Our conversation led them to digging around and figuring out that the message sent is the
normal retrieve password email and that the link in that email comes from WP’s network_site_url() function. That function uses thenetwork_site_urlfilter, which is probably broken in some plugin or theme on their WP instance. Login Security Solution doesn’t have anetwork_site_urlfilter.Thanks for thinking of that. A fix has been released in 0.51.0. It no longer uses
dictorgrep, so nothing goes to the shell.In general, please notifify developers directly about security issues rather than posting them in public forums.
Forum: Plugins
In reply to: [Login Security Solution] Precedence in 2 plugins password complexitiesYou’ll have to test it and find out. Let us know what you find.
Forum: Plugins
In reply to: [Login Security Solution] Can't log in and no link received via emailThat sounds very weird. Save the whole raw email to a file. Then attach that file to an email and send it to me at danielc@analysisandsolutions.com.
Hi Steve:
Sorry you’re havin such grief.
One password I received was: Hdhx\vogp/
When I try to change my password to that in my user profile page, two errors come up:
ERROR: Passwords may not contain the character “\”.
ERROR: Passwords must either contain numbers or be 20 characters long.
The first one is from WP core. The second one is from my plugin and truthfully states the issue. If you’re receiving other messages, there’s another plugin involved in the mix.
I’d love to help you further. Unfortunately, my time is more than allotted.
Forum: Plugins
In reply to: [Login Security Solution] Keeps logging out straight awayIf you get a chance to deubg and figure out what’s happening, please reopen this thread.
Forum: Plugins
In reply to: [Login Security Solution] Whitelist IP'sI’d guess the wrong username/password was entered into Live Writer and it made several requests to authenticate.
All you need to do is save your profile page. (I assume WP will call the hook even if nothing is changed.)
Forum: Plugins
In reply to: [Login Security Solution] Exclude user from loggin out after the grace periodSorry, not something I have the bandwidth to deal with.