mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo in PasswordComplexity policy
This commit is contained in:
parent
44f8f43812
commit
d52a7c12db
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ class _policy_info(object):
|
|||
},
|
||||
},
|
||||
'PasswordComplexity': {
|
||||
'Policy': 'Passwords must meet complexity requirements',
|
||||
'Policy': 'Password must meet complexity requirements',
|
||||
'lgpo_section': self.password_policy_gpedit_path,
|
||||
'Settings': self.enabled_one_disabled_zero.keys(),
|
||||
'Secedit': {
|
||||
|
|
Loading…
Add table
Reference in a new issue