Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #14 from dimacus/JENKINS-29280
Fixing open issue JENKINS-29280 which autofills passwords
  • Loading branch information
slide committed Oct 30, 2015
2 parents 1860bdc + 64c7f9d commit 8ed46fc
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -22,4 +22,10 @@
<f:nested>
<f:validateButton with="domain,server,site,bindName,bindPassword" title="${%Test}" method="validate"/>
</f:nested>
<script type="text/javascript" >
document.addEventListener("DOMContentLoaded", function(event) {
document.getElementsByName("_.bindPassword")[0].autocomplete = "off";
document.getElementsByName("_.bindName")[0].autocomplete = "off";
});
</script>
</j:jelly>

0 comments on commit 8ed46fc

Please sign in to comment.