You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed generated login alias rules to rewrite /login directly to wp-login.php with the internal alias flag, so OIDC/login plugins see the native WordPress login bootstrap instead of a late PHP include.
Fixed compatibility with plugins such as Authorizer that disable the native WordPress login form by avoiding the fallback login loader when the request already came through a verified alias rewrite.
Preserved the standard rewrite/FastCGI compatibility split for Nginx wp-admin aliases while sharing the same alias key and token with the login rewrite.
Improved internal alias flag handling so verified alias rewrites can pass through original WordPress entry points without being mistaken for direct wp-login.php or wp-admin access.