Hide WP Login SAML
A WordPress plugin that hides the default WordPress login page with a custom URL while preserving SAML authentication functionality.
by Mark Puckett · github.com/m3puckett/wp-hidelogin-saml · website
★ 1stars
6release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/m3puckett/wp-hidelogin-saml/releases/download/v2.1.4/wp-hidelogin-saml-2.1.4.zipFrom the readme
Hide WP Login SAML-Aware
A WordPress plugin that hides the default WordPress login page with a custom URL. Works perfectly with standard WordPress authentication, and also compatible with SAML authentication if you use it.
Description
Hide WP Login SAML-Aware is a security plugin that obscures your WordPress login page by replacing the default wp-login.php URL with a custom URL of your choice. This simple but effective technique prevents unwanted bots from finding your login page and attempting brute force attacks.
Works With or Without SAML
SAML is completely optional. This plugin works perfectly with standard WordPress authentication - you don't need any SAML setup to use it. The "SAML-Aware" name simply means that if you do use SAML authentication, this plugin won't break it (unlike other hide login plugins).
How It Works
1. Without SAML (Default): Users visit your custom login URL (e.g., https://yoursite.com/secure-login) and see the standard WordPress login form. This is perfect for most WordPress sites that just want to hide their login page from bots.
2. With SAML (Optional): If you have a SAML authentication plugin installed (like WP SAML Auth), this plugin preserve
Read the full README on GitHub →