diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2012-04-17 21:58:54 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2012-04-17 21:58:54 -0400 |
| commit | 2ad8463a456796300df5340a2bc511e290e62072 (patch) | |
| tree | 116a85776ae75ecde4c72c29b12c13d777b53c0f /docs | |
| parent | ceb7a00ddae502624d609bc63a9048f0de9f1b23 (diff) | |
| download | passlib-2ad8463a456796300df5340a2bc511e290e62072.tar.gz | |
disabling saslprep() support under Jython - it lacks the stringprep module
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/lib/passlib.context-options.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/lib/passlib.context-options.rst b/docs/lib/passlib.context-options.rst index 36cb89e..ece9033 100644 --- a/docs/lib/passlib.context-options.rst +++ b/docs/lib/passlib.context-options.rst @@ -169,6 +169,11 @@ and :samp:`{option}` is the name of the specific options being set. It is recommended to set this for all hashes via ``all__passprep``, instead of settings it per algorithm. + .. note:: + + Due to a missing :mod:`!stringprep` module, this feature + is not available on Jython. + :samp:`{hash}__{setting}` Any other option values, which match the name of a parameter listed |
