adds autocomplete=off to installer password

To avoid autocomplete to pick up peoples secret passwords
This commit is contained in:
per ploug
2014-12-04 12:26:05 +01:00
parent 77fd4d383b
commit 0e5f9b92e8

View File

@@ -32,6 +32,7 @@
ng-pattern="passwordPattern"
autocorrect="off"
autocapitalize="off"
autocomplete="off"
required
ng-model="installer.current.model.password" id="password" />
<small class="inline-help">At least {{installer.current.model.minCharLength}} characters long</small>