diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-04-29 00:08:17 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-04-29 00:08:17 -0400 |
| commit | c8d8eb0d9b1c753d342307b070fb1ad09cc351a6 (patch) | |
| tree | 491d6e0b3136edee39bc2001331eb4ed09a38afd /docs/lib/passlib.hash.plaintext.rst | |
| parent | bc98bc9188ed66d78ad3864443432690745da585 (diff) | |
| download | passlib-c8d8eb0d9b1c753d342307b070fb1ad09cc351a6.tar.gz | |
large rework of documentation; mainly to give more room to LDAP hashes, and document ldap CRYPT hashes
Diffstat (limited to 'docs/lib/passlib.hash.plaintext.rst')
| -rw-r--r-- | docs/lib/passlib.hash.plaintext.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/lib/passlib.hash.plaintext.rst b/docs/lib/passlib.hash.plaintext.rst index d8ad3ac..5d51ac1 100644 --- a/docs/lib/passlib.hash.plaintext.rst +++ b/docs/lib/passlib.hash.plaintext.rst @@ -9,6 +9,11 @@ This is, of course, ridiculously insecure; it is provided for backwards compatibility when migrating existing applications. *It should not be used* for any other purpose. +.. seealso:: + + * :class:`passlib.hash.ldap_plaintext` is probably more appropriate + to use in conjunction with other LDAP style hashes. + Usage ===== This class is mainly useful only for plugging into a :class:`~passlib.context.CryptContext`. |
