From 3c74b7f1129c69009e4630336c97e55caa00fa40 Mon Sep 17 00:00:00 2001 From: Owain Williams Date: Thu, 8 Nov 2018 15:41:54 +0000 Subject: [PATCH] Turning auto complete off on Password field --- 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 52a2fce4bc..ab3653bb63 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