From 0e5f9b92e8d293be732d69367fbd5922d1e679d7 Mon Sep 17 00:00:00 2001 From: per ploug Date: Thu, 4 Dec 2014 12:26:05 +0100 Subject: [PATCH] adds autocomplete=off to installer password To avoid autocomplete to pick up peoples secret passwords --- src/Umbraco.Web.UI.Client/src/installer/steps/user.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html index 9e6b5c22fb..8202593782 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html @@ -32,6 +32,7 @@ ng-pattern="passwordPattern" autocorrect="off" autocapitalize="off" + autocomplete="off" required ng-model="installer.current.model.password" id="password" /> At least {{installer.current.model.minCharLength}} characters long