changed the salt type from int to string (#82274)

pull/82316/head
Suryakiran Sureshkumar 6 months ago committed by GitHub
parent 265f5e724c
commit 322eb0f884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ DOCUMENTATION:
choices: [ md5, blowfish, sha256, sha512 ]
salt:
description: Secret string that is used for the hashing, if none is provided a random one can be generated.
type: int
type: string
rounds:
description: Number of encryption rounds, default varies by algorithm used.
type: int

Loading…
Cancel
Save