diff options
author | Eli Collins <elic@assurancetechnologies.com> | 2012-04-27 03:07:58 -0400 |
---|---|---|
committer | Eli Collins <elic@assurancetechnologies.com> | 2012-04-27 03:07:58 -0400 |
commit | d835e0680e9b20836252388c765136c5e015a6a1 (patch) | |
tree | 35dc42e15fb037c6d23ec996b366e01643f15771 /docs/password_hash_api.rst | |
parent | 8c913e33b59a7f37dd7545ae8e4b0258e12c5dc3 (diff) | |
download | passlib-d835e0680e9b20836252388c765136c5e015a6a1.tar.gz |
merged rewrite of CryptContext documentation - (near-) full tutorial and reference
Diffstat (limited to 'docs/password_hash_api.rst')
-rw-r--r-- | docs/password_hash_api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/password_hash_api.rst b/docs/password_hash_api.rst index e0ce49b..4586784 100644 --- a/docs/password_hash_api.rst +++ b/docs/password_hash_api.rst @@ -389,7 +389,7 @@ There is currently one additional support method, :meth:`~PasswordHash.identify` If you are considering using this method to select from multiple algorithms in order to verify a password, you may be better served - by the :doc:`CryptContext </lib/passlib.context>` class. + by the :doc:`CryptContext <context-overview>` class. .. the undocumented and experimental support methods currently include |