From 60ce993c09cf1b1e393a524c4b58624ed59ff9dd Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 3 Jun 2015 12:20:20 +0200 Subject: [PATCH] Fixes change password dashboard to have autocomplete = off and to not show plain text passwords. --- .../changepassword/changepassword.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) 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