summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-04-21 16:16:33 -0700
committerStan Hu <stanhu@gmail.com>2019-04-21 16:34:02 -0700
commitfd1bc613b4aa1bb4f580240d50fc1abf40a3d1d7 (patch)
tree354c30b3da5bbcb51aae3d68a638b15596e9a060 /changelogs
parent10bf3bbc904c96d5d7633f58cb93cf6927e18c8e (diff)
downloadgitlab-ce-sh-fix-autocomplete-mirror-repo.tar.gz
Disable password autocomplete in mirror repository formsh-fix-autocomplete-mirror-repo
Chrome and other browsers ignore `autocomplete=false` and `autocomplete=off` now. This likely caused the mirroring section to expand whenever a user clicked "Expand" in the protected branches 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. This is similar to https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8477. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11237
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-autocomplete-mirror-repo.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-autocomplete-mirror-repo.yml b/changelogs/unreleased/sh-fix-autocomplete-mirror-repo.yml
new file mode 100644
index 00000000000..e855684bab1
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-autocomplete-mirror-repo.yml
@@ -0,0 +1,5 @@
+---
+title: Disable password autocomplete in mirror repository form
+merge_request: 27542
+author:
+type: fixed