Forum Replies Created
-
AuthorPosts
-
Philippe EtropieMember
We do use HTML format. In fact the simple %reset_password_link% did not display as a link in yahoo, that’s why we had to add the . But that’s not the point, none of both solution does work.
We still have the problem :
&login=test20login is displayed in the link,
instead of &login=test%20login that could be interpreted by the browser.
The % character in %20 misses so the link can’t work.Else is there a way to forbid spaces in user’s nickname when the registration is done ?
Or to send the password reset link with the email instead of user’s nickname ?- This reply was modified 6 years, 4 months ago by Philippe Etropie.
Philippe EtropieMemberI use
<a href = "%reset_password_link%"> %reset_password_link%</a>
to get the link recognized by Yahoo;By the way, spaces characters in user name is still not recognized by Yahoo. So the links does not function.
Is there a way to user email adress instead of user name in the URL when you click on I forgot my password ?not working >> https://mysite.org/wp-login.php?action=rp&key=xxxxx&login=My20Name20With20Spaces
should be >> https://mysite.org/wp-login.php?action=rp&key=xxxxx&login=My%20Name%20With%20Spaces
could be >> https://mysite.org/wp-login.php?action=rp&key=xxxxx&login=myadress@email.com ?Is the problem resolved in 1.4 ?
- This reply was modified 6 years, 5 months ago by Philippe Etropie. Reason: adding code tags & question @1.4
-
AuthorPosts