Update password.py (#71295)
List md5_crypt, bcrypt, sha256_crypt, sha512_crypt as hash schemes in the password plugin.
This commit is contained in:
parent
606604bb97
commit
1d1de2c6fd
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ DOCUMENTATION = """
|
|||
required: True
|
||||
encrypt:
|
||||
description:
|
||||
- Which hash scheme to encrypt the returning password, should be one hash scheme from C(passlib.hash).
|
||||
- Which hash scheme to encrypt the returning password, should be one hash scheme from C(passlib.hash; md5_crypt, bcrypt, sha256_crypt, sha512_crypt)
|
||||
- If not provided, the password will be returned in plain text.
|
||||
- Note that the password is always stored as plain text, only the returning password is encrypted.
|
||||
- Encrypt also forces saving the salt value for idempotence.
|
||||
|
|
Loading…
Reference in a new issue