If Username or Password contains the characters ":", "@", "#", or "%", the "Copy to Clipboard -> URL (with Password)" function returns an unusable URL.
Since these characters are of particular importance in URLs, they must be replaced/masked as follows:
- ":" with "%3A"
- "@" with "%40"
- "#" with "%23"
- "%" with "%25"