login-security-solution
login-security-solution copied to clipboard
Development of the login-security-solution WordPress plugin happens here.
Do you plan on updating/maintaining this plugin?
Hello We have a custom plugin that allows users to log in using a custom page using `wp_login_form()`. For the pages that need access control we use `is_user_logged_in()`. We recently...
I have set the Block Author Query setting to the "On" option, but I can still reveal the author username by visiting the domain URL with the author query string....
Hello, is this plugin still developed? btw, it raises two PHP Notices since it uses screen_icon() and get_screen_icon() which are deprecated since WP 3.8.0 (we are now WP 4.9.2). I...
Hi there, I wanna firstly say that this plugin is awsome ! When in my company, BeAPI, we need better password policy, especially for big group's IT, we recommend it...
Hi, Solving https://github.com/convissor/login-security-solution/issues/58. It still remains to : - update pot - change version Hope it suits the way you want this to be done. Best
In order to better preserve user privacy, I would like to use this plugin but have it store only partial IP addresses rather than the entire IP. One way to...
Description: database table ${prefix}login_security_solution_fail is not created when plugin is installed and activated via wp-cli. Replicate: - Install https://github.com/wp-cli/wp-cli - With clean wordpress version: - `wp plugin install login-security-solution --activate`...
It would be great if your plugin also supported the automatic blocking of IPs trying to login and failed (just like with Limit Login Attempts). A possible approach could be...