Custom login URL bug
-
Hi, there seems to be a problem with how the plugin handles custom login URL’s.
From what I can tell if you set your custom URL to /login for example then any request made to your site with /login in the URL will get redirected to your login page, this includes REST requests (the problem)
e.g example.com/login, example.com/not_my_login/login, example.com/wp-json/login all redirect to the login page
This means that if someone sets their login page to a pattern that matches a REST endpoint then it breaks the REST request as instead of the call to example.com/wp-json/login doing/returning what it should, the plugin will intercept the request and send back the login page.
I’m using Version 4.8.2 to test this on, hopefully this is enough information to reproduce?
Best Wishes,
Ashley
- The topic ‘Custom login URL bug’ is closed to new replies.