password_hash: update docs about bcrypt (#81675)

Signed-off-by: Sven Kieske <kieske@osism.tech>
pull/83115/head
Sven 2 weeks ago committed by GitHub
parent 87bead3dcf
commit 33d1224e83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,7 +17,7 @@ DOCUMENTATION:
description: Hashing algorithm to use.
type: string
default: sha512
choices: [ md5, blowfish, sha256, sha512 ]
choices: [ md5, blowfish, sha256, sha512, bcrypt ]
salt:
description: Secret string used for the hashing. If none is provided a random one can be generated. Use only numbers and letters (characters matching V([./0-9A-Za-z]+)).
type: string

Loading…
Cancel
Save