summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.hash.plaintext.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lib/passlib.hash.plaintext.rst')
-rw-r--r--docs/lib/passlib.hash.plaintext.rst5
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`.