• Hi, I have problem with resetting password on my multilingual site.

    When a user uses my site with the second language (en), I send him/her a custom reset password email with the following “reseturl”: <my_site_url>/resetpass-en/?key=<key>&login=<my_login>. When he/she clicks on this link, the template_redirect() function seems not to work properly.

    Based on the source code – because there is a key in the GET parameter list – the page should be redirected to <my_site_url>/resetpass-en/. But it doesn’t happen.

    So the user can’t set the password. When he/she tries to do it, he/she always get back to the reset password page whit the key and login parameters in the url.

    (Reset password and everything else works, of course, for my “default language” pages. I only have problem when the second language is selected.)

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    You likely need to override TML’s redirect to the Lost Password page with your own for the second language.

Viewing 1 replies (of 1 total)
  • The topic ‘Reset password doesn’t work on my “second language” page’ is closed to new replies.