mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
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:
@@ -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?',
|
||||
|
||||
Reference in New Issue
Block a user