The custom login page I created is working as expected, however after making lost password and password reset pages, the link generated in the email returns me to the default wp password reset page instead of my custom page. Accessing mydomain.com/wp-login.php also returns the default wp login form.
I couldn’t find any detailed information on how to do this anywhere… What am I missing?
Make sure to disable the bypass mode below the login setting if you want to always force auth pages. If you added the bypass param to the URL earlier then you might need to clear your cache.
Unfortunately neither toggling on or off the switch allows my custom pages to be forced as default (even after purging the cache). As things stand, the only working of the four custom pages is the login page. Have you been able to successfully set up the custom lost password functionality yourself?