Latest AC-351 changes. Halfway through AC-282. On users page the complexity progress bar is rendering correctly according to password strength.

This commit is contained in:
chouseknecht
2013-09-04 18:16:25 -04:00
parent 54972c6038
commit 7bd3177e0c
7 changed files with 88 additions and 45 deletions

View File

@@ -65,7 +65,8 @@ angular.module('UserFormDefinition', [])
addRequired: true,
editRequired: false,
ngChange: "clearPWConfirm('password_confirm')",
autocomplete: false
autocomplete: false,
pwMeter: true
},
password_confirm: {
label: 'Confirm Password',
@@ -74,8 +75,7 @@ angular.module('UserFormDefinition', [])
editRequired: false,
awPassMatch: true,
associated: 'password',
autocomplete: false,
pwMeter: true
autocomplete: false
},
is_superuser: {
label: 'Superuser?',