Replace "Encrypt" with "Hash" for prompt documentation (#76584)

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
pull/76595/head
Simon Monai 3 years ago committed by GitHub
parent 66720460d0
commit 5db1d11c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,10 +45,10 @@ If you have a variable that changes infrequently, you can provide a default valu
prompt: Product release version
default: "1.0"
Encrypting values supplied by ``vars_prompt``
---------------------------------------------
Hashing values supplied by ``vars_prompt``
------------------------------------------
You can encrypt the entered value so you can use it, for instance, with the user module to define a password:
You can hash the entered value so you can use it, for instance, with the user module to define a password:
.. code-block:: yaml

Loading…
Cancel
Save