• 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=berndtest

    the 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!

    • This topic was modified 7 years, 2 months ago by mpdm.
  • The topic ‘Encoding Issue’ is closed to new replies.