Hacker News new | ask | show | jobs
by wolfgang42 3236 days ago
I reported a similar issue in GitLab a while back where an incorrect password, entered in the login form, was echoed back to the user in the registration form! IIRC the registration form was picking up on the validation failure in the login form and filling itself in with the submitted form details.
1 comments

I hope we fixed that.
Yes, I reported it as https://gitlab.com/gitlab-org/gitlab-ce/issues/14552 (confidential so you need permission to see) and it was fixed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3691
Cool, I removed the confidentiality from the issue. Thanks for reporting this.