docker / roadmap

Welcome to the Public Roadmap for All Things Docker! We welcome your ideas.
https://github.com/docker/roadmap/projects/1
Creative Commons Zero v1.0 Universal
1.46k stars 246 forks source link

On docker.com passwords with certain characters are not accepted in every password field #602

Open RobbyCBennett opened 4 months ago

RobbyCBennett commented 4 months ago

Tell us about your request Fix all password fields to handle different characters consistently, such as backticks. See this password generator tool for some examples of different characters.

Which service(s) is this request for? hub.docker.com

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard? I previously had a password with a backtick character and some other uncommon ones. That works in the signup and login process. It doesn't work when changing the account email address. The fields should all be consistent. I assume that there's a problem with serializing or deserializing the plain password.

Are you currently working around the issue? I had to change my password to a different one, then I could change my account email address.