mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #7399 from SirScott/postgresql_user_doc_touchup
postgresql_user module documentation: Clarify that the encrypted param must also be set.
This commit is contained in:
commit
769962f837
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ options:
|
||||||
password:
|
password:
|
||||||
description:
|
description:
|
||||||
- set the user's password, before 1.4 this was required.
|
- set the user's password, before 1.4 this was required.
|
||||||
- "When passing an encrypted password it must be generated with the format C('str[\\"md5\\"] + md5[ password + username ]'), resulting in a total of 35 characters. An easy way to do this is: C(echo \\"md5`echo -n \\"verysecretpasswordJOE\\" | md5`\\")."
|
- "When passing an encrypted password, the encrypted parameter must also be true, and it must be generated with the format C('str[\\"md5\\"] + md5[ password + username ]'), resulting in a total of 35 characters. An easy way to do this is: C(echo \\"md5`echo -n \\"verysecretpasswordJOE\\" | md5`\\")."
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
db:
|
db:
|
||||||
|
|
Loading…
Reference in a new issue