Hide WP Login SAML-Aware v3.0.3
found a bug in logic of how we were intercepting requests.
The plugin now only intercepts:
- Direct requests to wp-login.php (to hide the default login)
- Your custom login slug (e.g., /login or whatever you configured)
- SAML authentication requests (to allow them through)
The plugin no longer intercepts:
- General wp-admin pages (like /wp-admin/admin.php?page=wdf-ip-lockout&view=logs)
- Other plugins' admin pages