Disable password autocomplete in mirror form fill
Chrome and other browsers ignore `autocomplete=false` and `autocomplete=off` now. We suspect that this caused the mirroring section to expand whenever a user clicked "Expand" in the Repository settings. https://developers.google.com/web/fundamentals/design-and-ux/input/forms/?hl=en recommends using `new-password` as the new field to prevent automatic filling. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50812
Showing
Please register or sign in to comment