summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2012-03-12 22:44:22 -0400
committerEli Collins <elic@assurancetechnologies.com>2012-03-12 22:44:22 -0400
commite89ebdf93b92dc018bd3ee1542cc4416b5024ab4 (patch)
tree49afbf5441e910c2667dd0cb1e8a075467ad857d /docs
parentca830cd76a655f20488aebd082aba1a320e230d0 (diff)
downloadpasslib-e89ebdf93b92dc018bd3ee1542cc4416b5024ab4.tar.gz
bcrypt work
* added code to shoehorn $2$-support wrapper for bcryptor backend * added PasslibSecurityWarning when builtin backend is enabled (still considered whether it should be enabled by default) * py3 compat fix for repair_unused
Diffstat (limited to 'docs')
-rw-r--r--docs/lib/passlib.exc.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/lib/passlib.exc.rst b/docs/lib/passlib.exc.rst
index ed4413e..263f754 100644
--- a/docs/lib/passlib.exc.rst
+++ b/docs/lib/passlib.exc.rst
@@ -18,3 +18,4 @@ Warnings
.. autoexception:: PasslibConfigWarning
.. autoexception:: PasslibHashWarning
.. autoexception:: PasslibRuntimeWarning
+.. autoexception:: PasslibSecurityWarning