summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas “graingert” Grainger <tagrain@gmail.com>2019-03-04 14:33:03 +0000
committerThomas “graingert” Grainger <tagrain@gmail.com>2019-03-04 14:33:03 +0000
commita318bdca5d22cab08bc1a1944ab34043b80be899 (patch)
tree54ec92fe54fca4175e1d53f6318907cb52ece549
parent98217ac46e46d10d0968764fda2167edc595c08c (diff)
downloadpasslib-a318bdca5d22cab08bc1a1944ab34043b80be899.tar.gz
docs: updated password generation section to endorse 'zxcvbn' over alternate forks
-rw-r--r--docs/lib/passlib.pwd.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/lib/passlib.pwd.rst b/docs/lib/passlib.pwd.rst
index c830e1b..bb36844 100644
--- a/docs/lib/passlib.pwd.rst
+++ b/docs/lib/passlib.pwd.rst
@@ -47,6 +47,6 @@ Passlib does not currently offer any password strength estimation routines.
However, the (javascript-based) `zxcvbn <https://github.com/dropbox/zxcvbn>`_
project is a *very* good choice.
-Though there are a few different python ports of ZCVBN library, as of 2017-3-3,
-`zxcvbn-python <https://pypi.python.org/pypi/zxcvbn-python>` is the most up-to-date,
+Though there are a few different python ports of ZXCVBN library, as of 2019-3-4,
+`zxcvbn <https://pypi.python.org/pypi/zxcvbn>` is the most up-to-date,
and is endorsed by the upstream zxcvbn developers.