summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <lacerda.filipa@gmail.com>2017-01-31 15:15:36 +0000
committerFilipa Lacerda <lacerda.filipa@gmail.com>2017-01-31 15:15:36 +0000
commit1ccccccf7f2fd9b7af7c8f56bd8040b9b685d1c2 (patch)
tree3dd22a6ffbdb404c20294a0b7e4f168973f9a391 /app
parent9295fb20b77e303a0a0c00df77cca917000de18c (diff)
parent38a97197b7c1baf96a9960e70c60f4b7431082f7 (diff)
downloadgitlab-ce-1ccccccf7f2fd9b7af7c8f56bd8040b9b685d1c2.tar.gz
Merge branch '23767-disable-storing-of-sensitive-information' into 'master'
Fix disable storing of sensitive information when importing a new repo Closes #23767 See merge request !8885
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/_import_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_import_form.html.haml b/app/views/shared/_import_form.html.haml
index 65a3a6bddab..300022d4ad6 100644
--- a/app/views/shared/_import_form.html.haml
+++ b/app/views/shared/_import_form.html.haml
@@ -2,7 +2,7 @@
= f.label :import_url, class: 'control-label' do
%span Git repository URL
.col-sm-10
- = f.text_field :import_url, class: 'form-control', placeholder: 'https://username:password@gitlab.company.com/group/project.git', disabled: true
+ = f.text_field :import_url, autocomplete: 'off', class: 'form-control', placeholder: 'https://username:password@gitlab.company.com/group/project.git', disabled: true
.well.prepend-top-20
%ul