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 f2abb99f17..f33fd0068a 100644 --- a/src/Umbraco.Web.UI.Client/src/installer/steps/user.html +++ b/src/Umbraco.Web.UI.Client/src/installer/steps/user.html @@ -32,7 +32,6 @@ 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 diff --git a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/login.html b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/login.html index 3fc4698565..3139edc333 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/dialogs/login.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/dialogs/login.html @@ -22,7 +22,7 @@ New password {{invitedUserPasswordModel.passwordPolicyText}} - + Your new password cannot be blank! Minimum {{invitedUserPasswordModel.passwordPolicies.minPasswordLength}} characters @@ -30,7 +30,7 @@
- + Required The confirmed password doesn't match the new password!
@@ -150,7 +150,7 @@
- Toggle + Toggle
diff --git a/src/Umbraco.Web.UI.Client/src/views/components/users/change-password.html b/src/Umbraco.Web.UI.Client/src/views/components/users/change-password.html index 34c5db4d3c..35b5a5c068 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/users/change-password.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/users/change-password.html @@ -28,8 +28,7 @@ class="input-block-level umb-textstring textstring" required val-server-field="oldPassword" - no-dirty-check - autocomplete="off" /> + no-dirty-check /> Required @@ -40,8 +39,7 @@ required val-server-field="password" ng-minlength="{{$parent.config.minPasswordLength}}" - no-dirty-check - autocomplete="off" /> + no-dirty-check /> Required Minimum {{$parent.config.minPasswordLength}} characters @@ -51,8 +49,7 @@ + no-dirty-check /> The confirmed password doesn't match the new password!