mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-03 09:08:54 +00:00
User module - allow bang and exclamation in password field without warning (#46498)
* Allow bang and exclamation without warning Allow the password field to be ! or * without warning when using this feature to create accounts that are locked. Add documentation and tests to cover this. * Use set() rather than braces for Python 2.6
This commit is contained in:
parent
1c777976c5
commit
066af3b6ca
3 changed files with 52 additions and 22 deletions
2
changelogs/fragments/user-restore-disabled-account.yaml
Normal file
2
changelogs/fragments/user-restore-disabled-account.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- user - remove warning when creating a disabled account with '!' or '*' in the password field (https://github.com/ansible/ansible/issues/46334)
|
||||
Loading…
Add table
Add a link
Reference in a new issue