summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@astllc.org>2019-11-09 20:24:58 +0000
committerEli Collins <elic@astllc.org>2019-11-09 20:24:58 +0000
commita1f284b097c7ea7d56ae53ad2a979c72d3f4f568 (patch)
tree54ec92fe54fca4175e1d53f6318907cb52ece549
parent98217ac46e46d10d0968764fda2167edc595c08c (diff)
parenta318bdca5d22cab08bc1a1944ab34043b80be899 (diff)
downloadpasslib-a1f284b097c7ea7d56ae53ad2a979c72d3f4f568.tar.gz
Merged in graingert/passlib/graingert/docs-updated-password-generation-section-1551709975688 (pull request #8)
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.