mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
AC-282 added chk-pass directive. Password strength is now checked on Users detail page.
This commit is contained in:
@@ -66,7 +66,7 @@ angular.module('UserFormDefinition', [])
|
||||
editRequired: false,
|
||||
ngChange: "clearPWConfirm('password_confirm')",
|
||||
autocomplete: false,
|
||||
pwMeter: true
|
||||
chkPass: true
|
||||
},
|
||||
password_confirm: {
|
||||
label: 'Confirm Password',
|
||||
|
||||
Reference in New Issue
Block a user