mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
docs: remove not implemented password_hash feature (#49945)
This commit is contained in:
parent
67ce743cc9
commit
79947245e2
1 changed files with 0 additions and 6 deletions
|
@ -821,12 +821,6 @@ Some hash types allow providing a rounds parameter::
|
||||||
|
|
||||||
{{ 'secretpassword' | password_hash('sha256', 'mysecretsalt', rounds=10000) }}
|
{{ 'secretpassword' | password_hash('sha256', 'mysecretsalt', rounds=10000) }}
|
||||||
|
|
||||||
When`Passlib <https://passlib.readthedocs.io/en/stable/>`_ is installed
|
|
||||||
`password_hash` supports any crypt scheme and parameter supported by 'Passlib'::
|
|
||||||
|
|
||||||
{{ 'secretpassword' | password_hash('sha256_crypt', 'mysecretsalt', rounds=5000) }}
|
|
||||||
{{ 'secretpassword' | password_hash('bcrypt', ident='2b', rounds=14) }}
|
|
||||||
|
|
||||||
.. _combine_filter:
|
.. _combine_filter:
|
||||||
|
|
||||||
Combining hashes/dictionaries
|
Combining hashes/dictionaries
|
||||||
|
|
Loading…
Reference in a new issue