Skip to content

Avoid to show the original password field when password is automatically set

Hi, When I create an account using an Omniauth provider, it sets automatically a password for me. And gitlab suggests to set a password to be able to pull/push via HTTP. glab1 And when I click to set the password, the page is fine with the new password and confirmation field. glab2 But if I accidentally put different passwords on both fields, it loads the page with the original password (that I don't have). glab

This MR will change this behave. When an error occurs it will show only the New password and confirmation when password is automatically set. glab3 Thanks so much, 🍻

  • This MR was on Github, as @connorshea told me there, I opened the MR here.

Merge request reports