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 c224d04fae..c6c9bb115f 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
@@ -20,29 +20,32 @@
-
+ val-server="oldPassword" no-dirty-check
+ autocomplete="off"/>
Required
-
+ val-server="value"
+ ng-minlength="{{$parent.model.config.minPasswordLength}}" no-dirty-check
+ autocomplete="off" />
Required
Minimum {{$parent.model.config.minPasswordLength}} characters
-
+ val-compare="password" no-dirty-check
+ autocomplete="off" />
Passwords must match