diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html index c8f9c1dcb3..c224d04fae 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html @@ -14,7 +14,7 @@ + val-server="resetPassword" no-dirty-check/> @@ -23,7 +23,7 @@ + val-server="oldPassword" no-dirty-check/> Required @@ -33,7 +33,7 @@ class="input-large umb-textstring textstring" ng-required="!$parent.model.value.reset" val-server="value" - ng-minlength="{{$parent.model.config.minPasswordLength}}" /> + ng-minlength="{{$parent.model.config.minPasswordLength}}" no-dirty-check/> Required Minimum {{$parent.model.config.minPasswordLength}} characters @@ -42,7 +42,7 @@ + val-compare="password" no-dirty-check/> Passwords must match