summaryrefslogtreecommitdiff
path: root/passlib/exc.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2012-04-17 15:34:14 -0400
committerEli Collins <elic@assurancetechnologies.com>2012-04-17 15:34:14 -0400
commite56e08c56ea0a4a8ac45aff7bfcd39d351e04e53 (patch)
tree00b170736effd3ec37cfd96ab21a0af8e1707913 /passlib/exc.py
parentd1932877f847c74d20c7e5311a4dd91c2b6d03f0 (diff)
downloadpasslib-e56e08c56ea0a4a8ac45aff7bfcd39d351e04e53.tar.gz
CryptPolicy deprecated, part2 - updated rest of library to use CryptContext directly
Diffstat (limited to 'passlib/exc.py')
-rw-r--r--passlib/exc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/passlib/exc.py b/passlib/exc.py
index 1fbe46b..5f7d1dd 100644
--- a/passlib/exc.py
+++ b/passlib/exc.py
@@ -48,10 +48,10 @@ class PasslibConfigWarning(PasslibWarning):
This occurs primarily in one of two cases:
- * the policy contains rounds limits which exceed the hard limits
+ * the CryptContext contains rounds limits which exceed the hard limits
imposed by the underlying algorithm.
* an explicit rounds value was provided which exceeds the limits
- imposed by the policy.
+ imposed by the CryptContext.
In both of these cases, the code will perform correctly & securely;
but the warning is issued as a sign the configuration may need updating.