• Hi!

    There seems to be an issue with passwords that contain characters that need to be escaped with a backslash, like “\” or “‘” – when entering the password on the front end, it throws an error that the password is incorrect.

    This can be fixed by passing $_REQUEST[‘password_protected_pwd’] through wp_unslash or a similar function in maybe_process_login().

  • The topic ‘Need to pass password_protected_pwd through wp_unslash’ is closed to new replies.