Skip to content

Hide WP Login SAML-Aware v3.0.3

Choose a tag to compare

@m3puckett m3puckett released this 04 Nov 19:24
· 4 commits to main since this release

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