diff --git a/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html b/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html index 80d338cc6e..0ee402a63f 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html @@ -1,4 +1,4 @@ -
+
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..1916a7abb1 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