Loginizer

Wordpress Plugin
Download latest - 1.7.2

Developers

loginizer

Download Stats

Today 30
Yesterday 2,880
Last Week 16,897
All Time 2,531,309
Banner 772x250

Loginizer is a WordPress plugin which helps you fight against bruteforce attack by blocking login for the IP after it reaches maximum retries allowed. You can blacklist or whitelist IPs for login using Loginizer. You can use various other features like Two Factor Auth, reCAPTCHA, PasswordLess Login, etc. to improve security of your website.

Loginizer is actively used by more than 1000000+ WordPress websites.

You can find our official documentation at https://loginizer.com/docs. We are also active in our community support forums on wordpress.org if you are one of our free users. Our Premium Support Ticket System is at https://loginizer.deskuss.com

Free Features :

  • Brute force protection. IPs trying to brute force your website will be blocked for 15 minutes after 3 failed login attempts. After multiple lockouts the IP is blocked for 24 hours. This is the default configuration and can be changed from Loginizer -> Brute force page in WordPress admin panel.
  • Failed login attempts logs.
  • Blacklist IPs
  • Whitelist IPs
  • Custom error messages on failed login.
  • Permission check for important files and folders.

Get Support and Pro Features

Get professional support from our experts and pro features to take your site's security to the next level with Loginizer-Security.

Pro Features :

  • MD5 Checksum - of Core WordPress Files. The admin can check and ignore files as well.
  • PasswordLess Login - At the time of Login, the username / email address will be asked and an email will be sent to the email address of that account with a temporary link to login.
  • Two Factor Auth via Email - On login, an email will be sent to the email address of that account with a temporary 6 digit code to complete the login.
  • Two Factor Auth via App - The user can configure the account with a 2FA App like Google Authenticator, Authy, etc.
  • Login Challenge Question - The user can setup a Challenge Question and Answer as an additional security layer. After Login, the user will need to answer the question to complete the login.
  • reCAPTCHA - Google's reCAPTCHA v3/v2 can be configured for the Login screen, Comments Section, Registration Form, etc. to prevent automated brute force attacks. Supports WooCommerce as well.
  • Rename Login Page - The Admin can rename the login URL (slug) to something different from wp-login.php to prevent automated brute force attacks.
  • Rename WP-Admin URL - The Admin area in WordPress is accessed via wp-admin. With loginizer you can change it to anything e.g. site-admin
  • Rename Login with Secrecy - If set, then all Login URL's will still point to wp-login.php and users will have to access the New Login Slug by typing it in the browser.
  • Disable XML-RPC - An option to simply disable XML-RPC in WordPress. Most of the WordPress users don't need XML-RPC and can disable it to prevent automated brute force attacks.
  • Rename XML-RPC - The Admin can rename the XML-RPC to something different from xmlrpc.php to prevent automated brute force attacks.
  • Username Auto Blacklist - Attackers generally use common usernames like admin, administrator, or variations of your domain name / business name. You can specify such username here and Loginizer will auto-blacklist the IP Address(s) of clients who try to use such username(s).
  • New Registration Domain Blacklist - If you would like to ban new registrations from a particular domain, you can use this utility to do so.
  • Change the Admin Username - The Admin can rename the admin username to something more difficult.
  • Auto Blacklist IPs - IPs will be auto blacklisted, if certain usernames saved by the Admin are used to login by malicious bots / users.
  • Disable Pingbacks - Simple way to disable PingBacks.

Features in Loginizer include:

  • Blocks IP after maximum retries allowed
  • Extended Lockout after maximum lockouts allowed
  • Email notification to admin after max lockouts
  • Blacklist IP/IP range
  • Whitelist IP/IP range
  • Check logs of failed attempts
  • Create IP ranges
  • Delete IP ranges
  • Licensed under LGPLv2.1
  • Safe & Secure

Releases (48 )

Version Release Date Change Log
1.7.2 2022-07-19
  • [Improvement] [Pro] Allowed HTML characters in Passwordless email.
  • [Bug Fix] Improved performance on sites running Loginizer with WooCommerce.
  • [Bug Fix] Added validation not to allow values less than 0 in Brute Force admin settings.
  • [Bug Fix] Some language strings were hardcoded in English and could not be translated. This is fixed and all strings can now be translated.
  • [Bug Fix] Resolved PHP Warnings and Notices on latest PHP versions.
1.7.1 2022-05-23
  • [Improvement] [Pro] Added error message to not allow using same slug for wp-login.php and wp-admin as it causes conflict.
  • [Bug Fix] [Pro] In WordPress Multisite, on changing the admin username the super admins list was not updated. This is fixed now.
  • [Task] Compatibility with WordPress 6.0
1.7.0 2022-01-24
  • Compatible with WordPress 5.9
  • [Feature] [Pro] Added option to choose recaptcha.net instead of google.com for countries that do not support google
  • [Bug Fix] [Pro] Fix to email the correct unblock time when an IP is blocked for extended hours.
1.6.8 2021-11-03
  • [Feature] Added option to export failed login attempts to CSV file.
  • [Improvement] Added option to send failed login notifications to a custom email.
  • [Improvement] [Pro] Added support for 2FA for WooCommerce customers
  • [Bug Fix] [Pro] On WooCommerce customer login page the password field was not hidden when Passwordless login was enabled in Loginizer.
  • [Bug Fix] [Pro] Autofill enabled in the browser caused the OTP field on 2FA login to be prefilled.
1.6.7 2021-06-24
  • [Feature] Added Bulk Export/Import Blacklist and Whitelist IPs via CSV.
  • [Improvement] Added option to Blacklist selected IPs from Failed Login Attempts Logs.
  • [Improvement] Added external link in Brute Force logs for IP information of the IPs attempting brute force.
  • [Improvement] [Pro] Added Loginizer 2FA status column on Users list page to show 2FA preferences selected by users.
  • [Improvement] [Pro] Added Show/Hide button for OTP field on 2FA login page.
  • [Bug Fix] [Pro] Two Factor Authentication lead to 502 Bad Gateway error on WP Engine instances. This is resolved now.
1.6.6 2021-01-22
  • [Improvement] For new installs, the loginizer_logs table will now use the server default MySQL Engine.
  • [Improvement] For the login attempts blocked by Loginizer, some other Activity Logs plugin still reported such blocked attempt as a failed login attempt.
  • [Bug Fix] In rare cases when the username received in failed login attempt was blank, Loginizer failed to save such requests in the failed login logs table. This is fixed now.
1.6.5 2020-11-30
  • [Bug Fix] After Interim Login due to session timeout, the popup for login was not closed. This is fixed now.
  • [Bug Fix] reCAPTCHA was not working on registration page with BuddyPress plugin. This is fixed now.
1.6.4 2020-10-22

This version includes a security fix and we recommend all users to upgrade to 1.6.4 or higher immediately.

  • [Security Fix] : A properly crafted username used to login could lead to SQL injection. This has been fixed by using the prepare function in PHP which prepares the SQL query for safe execution.

  • [Security Fix] : If the IP HTTP header was modified to have a null byte it could lead to stored XSS. This has been fixed by properly sanitizing the IP HTTP header before using the same.

1.6.3 2020-10-16
  • [Fix] Fixed a PHP Notice that was caused by a change released yesterday.
1.6.2 2020-10-15
  • [Feature] Added option to send Password Less Login email as HTML.
  • [Fix] When reCAPTCHA was disabled on Woocommerce checkout page, Loginizer reported captcha error if a user tried to register on checkout page. This is fixed now.
  • [Fix] The email sent to admin for brute force login attempts will now contain the site url as well.
  • [Fix] Fixed PHP Notice on Two Factor Authentication page.
1.6.1 2020-10-09
  • [Fix] The captcha on Registration form when using WooCommerce was not being rendered if the "WooCommerce Checkout" captcha setting was disabled in Loginizer. This is fixed now and this captcha can be disabled with "Registration Form" captcha setting in Loginizer.
  • [Fix] Minor checkbox pre filling UI fix on Two Factor Authentication page.
1.6.0 2020-09-24
  • [Feature] Admin can white list an IP or an IP range for Two Factor Authentication.
  • [Fix] If the plugins or themes which are included in the default WordPress package were not updated, the Checksum reported that the files for such plugins and themes did not matched. This is fixed now.
1.5.9 2020-09-15
  • [Task] Admins can now customize email template for 2FA OTP via email.
  • [Task] Admins can now customize the 2FA messages on login screen.
  • [Fix] Changed the OTP via App field on login page to password type.
1.5.8 2020-09-14
  • [Task] Permission for / folder was suggested as 0755 and 0750 permission which is secure was reported as insecure. This is fixed now.
  • [Fix] Prevent PHP Deprecated Warning on plugin upgrade page on servers running PHP 7.3+
1.5.7 2020-09-02
  • [Fix] Prevent PHP Notice on 1st failed login attempt from an IP.
1.5.6 2020-08-28
  • [Task] Admins can now subscribe to our newsletter if they decide to opt in.
1.5.5 2020-08-21
  • [Bug Fix] Remember me during login was not working with 2FA features. This is fixed.
  • [Task] Loginizer is now supported for translation via WordPress.
  • [Task] Added option to fully customize the Lockout error message.
1.5.4 2020-08-21
  • [Task] Added option to customize Lockout Error message.
1.5.3 2020-08-07
  • [Task] Compatible with WordPress 5.5
  • [Bug Fix] Due to a conflict with some plugin the upgrade for Loginizer Premium version did not work. This is fixed.
1.5.2 2020-07-31
  • [Task] Some strings were not available in translations. They can now be translated.
1.5.1 2020-07-27
  • [Task] Allowed to change the username of any administrator account. Previously it was supported only for user id 1
  • [Bug Fix] Fixed some lines that generated PHP notice
1.5.0 2020-07-25
  • [Task] Admins can now customize "attempt(s) left" error message.
1.4.9 2020-07-23
  • [Bug Fix] Prevent brute force on 2FA pages.
1.4.8 2020-07-15
  • [Premium Feature] Added Google reCAPTCHA v3 and v2 invisible.
1.4.7 2020-07-11
  • [Security Fix] Our team internally conducted a security audit and have fixed couple of security issues. We recommend all users to upgrade to the latest version asap.
1.4.6 2020-07-07
  • [Task] Added Timezone offset in the Brute Force attempts list to get the exact time of the failed login attempt.
  • [Bug Fix] For HTTP_X_FORWARDED_FOR if the value had multiple IPs including proxied IPs, the user IP detection failed. This is fixed.
  • [Bug Fix] Undefined variable was used in the title on the dashboard page. This is fixed.
1.4.5 2020-07-01
  • [Announcement] Loginizer has joined forces with Softaculous team.
  • [Task] Added OTP validity time in the email sent for OTP for login.
  • [Bug Fix] In the premium version the Math Captcha used to fail in some conditions. This is fixed.
1.4.4 2020-05-27
  • [Task] Made Loginizer compatible with PHP 7.4
  • [Bug Fix] The password field was not hidden in some themes for PasswordLess Login. This is fixed.
1.4.3 2019-11-27
  • [Task] Tested up to: WordPress 5.3.0
1.4.2 2019-05-08
  • [Task] Tested up to: WordPress 5.2.0
1.4.1 2018-12-20
  • [Task] Tested up to: WordPress 5.0.2
1.4.0 2018-05-22
  • [Feature] Made Loginizer BuddyPress compatible.
  • [Bug Fix] There is an XSS bug introduced in version 1.3.8. This is fixed. Please upgrade ASAP. Thanks to Leigh at Dewhurst Security - https://dewhurstsecurity.com
1.3.9 2018-03-05
  • [Feature] Added an option to Enable / Disable Brute Force checks.
  • [Feature] Added the feature to log the URL of the page from which the brute force attempt is being made.
1.3.8 2017-09-17
  • [Feature] Added an option to Delete the entire Blacklist / Whitelist IP Ranges.
  • [Feature] Custom IP Header added as an option for detecting the IP as per the Proxy settings of a server.
  • [Bug Fix] In WooCommerce the number of login retries left was not being shown. This is fixed.
1.3.7 2017-09-04
  • [Bug Fix] Blacklist and Whitelist IPs were not being deleted. This is fixed.
1.3.6 2017-08-06
  • [Feature] Pagination added to the Blacklist and Whitelist IPs
  • [Bug Fix] SQL Injection fix for X-Forwarded-For. This is fixed. Vulnerability was found by Jonas Lejon of WPScans.com
  • [Bug Fix] There was a missing referrer check in Blacklist and Whitelist IP Wizard. This is fixed.
1.3.5 2017-06-04
  • [Feature] Added a wizard for admins to set their own language strings for Brute Force messages
  • [Bug Fix] Twitter box shown in Loginizer was not accessed over HTTPS.
1.3.4 2017-03-17
  • [Bug Fix] Fixed the BigInteger Class for PHP 7 compatibility.
1.3.3 2017-03-05
  • [Feature] IPv6 support has been added.
  • [Feature] The last attempted username will now be shown in the Login Logs.
  • [Bug Fix] The documentation in the plugin was pointing to a wrong link. This is now fixed.
1.3.2 2016-12-08
  • [Feature] Added option to choose between REMOTE_ADDR, HTTP_CLIENT_IP and HTTP_X_FORWARDED for websites behind a proxy
  • [Task] The news.js will now be loaded from HTTPS servers
1.3.1 2016-10-19
  • [Feature] The Login attempt logs will now be shown as per the last attempt TIME and in Descending Order
  • [Feature] Added an option to Reset the Login attempts for all or specific IPs
1.3.0 2016-10-09
  • [Feature] Added pagination in the Brute Force Logs Wizard
  • [Bug Fix] Disabling and Re-Enabling Loginizer caused an SQL error
1.2.0 2016-05-26
  • [Task] The brute force logs will now be sorted as per the time of failed login attemps
  • [Bug Fix] Dashboard showed wrong permissions if wp-content path had been changed
  • [Bug Fix] Added Directory path to include files which caused issues with some plugins
1.1.1 2016-04-13
  • [Bug Fix] Added ABSPATH instead of get_home_path()
1.1.0 2016-03-28
  • [Feature] New Dashboard
  • [Feature] System Information added in the new Dashboard
  • [Feature] File Permissions added in the new Dashboard
  • [Feature] New UI
  • [Bug Fix] Fixed bug to add IP Range from 0.0.0.1 - 255.255.255.255
  • [Bug Fix] Removed /e from preg_replace causing warnings in PHP
1.0.2 2016-02-13
  • Fixed Extended Lockout bug
  • Fixed Lockout bug
  • Handle login attempts via XML-RPC
1.0.1 2016-02-10
  • Database structure changes to make the plugin work faster
  • Minor fixes
1.0 2016-01-27