summaryrefslogtreecommitdiff
path: root/passlib/utils
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/utils')
-rw-r--r--passlib/utils/handlers.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/passlib/utils/handlers.py b/passlib/utils/handlers.py
index eb2b7d3..76de5bc 100644
--- a/passlib/utils/handlers.py
+++ b/passlib/utils/handlers.py
@@ -563,13 +563,13 @@ class GenericHandler(object):
#=========================================================
##@classmethod
- ##def _deprecation_detector(cls, **settings):
+ ##def _bind_needs_update(cls, **settings):
## """return helper to detect deprecated hashes.
##
## if this method is defined, the CryptContext constructor
## will invoke it with the settings specified for the context.
## this method should return None or a callable
- ## with the signature ``func(hash)->bool``.
+ ## with the signature ``func(hash,secret)->bool``.
##
## this function should return true if the hash
## should be re-encrypted, whether due to internal