docs: remove not implemented password_hash feature (#49945) (#50008)

(cherry picked from commit 79947245e2)
pull/50052/head
Martin Krizek 6 years ago committed by Alicia Cozine
parent 314e9c02f8
commit feb971f649

@ -789,12 +789,6 @@ Some hash types allow providing a rounds parameter::
{{ '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:
Combining hashes/dictionaries

Loading…
Cancel
Save