Reset pass form redirects to other language
-
I was changing the TML action links to be multilingual. That all works, but when I tested everything I noticed that when I do a lost password retrieval in Dutch (https://domain.com/wachtwoord-vergeten/), after I click the button to have the reset link sent, it forwards me to the English login page (https://domain.com/en/login/?checkemail=confirm).
The action in the lost password form is the correct URL (the Dutch version of the lost password page), see this screenshot.
The post_meta table has all these ids registered, see this screenshot.
7 = English lost password
1859 = Dutch lost passwordCan it maybe be that there’s a filter somewhere which uses the first instance from post_meta instead of the one with the current id/language ?
- The topic ‘Reset pass form redirects to other language’ is closed to new replies.