Encoding Issue
-
Hello,
I have a problem with the URL which is generated by using the %reseturl% variable. If a username starts with “be”, the link looks like:
/resetpass/?key=m83mEJ4e5W43qvALzqAd&loginrndtest
it should be:
/resetpass/?key=m83mEJ4e5W43qvALzqAd&login=berndtestthe username I’ve chosen was “berndtest”. It looks like the String “=be” is cut off.
I think the problem is caused in the file “custom-email.php”, right there:'%reseturl%' => site_url( "wp-login.php?action=rp&key=$key&login=" . rawurlencode( $user_login ), 'login' )
Can you reproduce this issue?
Thanks!
- The topic ‘Encoding Issue’ is closed to new replies.