mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix typo in PasswordComplexity policy
This commit is contained in:
parent
44f8f43812
commit
d52a7c12db
@ -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…
Reference in New Issue
Block a user