summaryrefslogtreecommitdiff
path: root/passlib/handlers/oracle.py
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/handlers/oracle.py')
-rw-r--r--passlib/handlers/oracle.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/passlib/handlers/oracle.py b/passlib/handlers/oracle.py
index 08850f0..ac45589 100644
--- a/passlib/handlers/oracle.py
+++ b/passlib/handlers/oracle.py
@@ -114,6 +114,16 @@ class oracle11(uh.HasSalt, uh.GenericHandler):
Optional salt string.
If not specified, one will be autogenerated (this is recommended).
If specified, it must be 20 hexidecimal characters.
+
+ :type relaxed: bool
+ :param relaxed:
+ By default, providing an invalid value for one of the other
+ keywords will result in a :exc:`ValueError`. If ``relaxed=True``,
+ and the error can be corrected, a :exc:`~passlib.exc.PasslibHashWarning`
+ will be issued instead. Correctable errors include
+ ``salt`` strings that are too long.
+
+ .. versionadded:: 1.6
"""
#=========================================================
#class attrs