AC-282 added chk-pass directive. Password strength is now checked on Users detail page.

This commit is contained in:
chouseknecht
2013-09-04 23:18:13 -04:00
parent 7bd3177e0c
commit 8a7193f1e2
5 changed files with 30 additions and 174 deletions

View File

@@ -66,7 +66,7 @@ angular.module('UserFormDefinition', [])
editRequired: false,
ngChange: "clearPWConfirm('password_confirm')",
autocomplete: false,
pwMeter: true
chkPass: true
},
password_confirm: {
label: 'Confirm Password',