diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-04-29 16:20:13 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-04-29 16:20:13 -0400 |
| commit | 9f8905d70790d59c9d36150a5765d496a31119cb (patch) | |
| tree | 5834ec8d1690b847783517e3f8fbdfe4ab27104e /docs/lib/passlib.apps.rst | |
| parent | ca12d426c495ff2823aa901ff00c9f101e5a4194 (diff) | |
| download | passlib-9f8905d70790d59c9d36150a5765d496a31119cb.tar.gz | |
added some index entries; minor doc tweaks
Diffstat (limited to 'docs/lib/passlib.apps.rst')
| -rw-r--r-- | docs/lib/passlib.apps.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/lib/passlib.apps.rst b/docs/lib/passlib.apps.rst index ffcb9c6..56ab1da 100644 --- a/docs/lib/passlib.apps.rst +++ b/docs/lib/passlib.apps.rst @@ -70,6 +70,8 @@ Passlib provides two contexts related to ldap hashes: This object recognizes all the standard ldap schemes that :data:`!ldap_context` does, *except* for the ``{CRYPT}``-based schemes. +.. index:: mysql; crypt context + .. _mysql-contexts: MySQL @@ -93,7 +95,7 @@ for handling MySQL user passwords: This should be used only with MySQL version 3.2.3 - 4.0. -.. index:: drupal, wordpress, phpbb, phpass +.. index:: drupal; crypt context, wordpress; crypt context, phpbb3; crypt context, phpass; crypt context PHPass ====== @@ -114,6 +116,8 @@ It is found in a wide range of PHP applications, including Drupal and Wordpress. This object supports phpbb3 password hashes, which use a variant of :class:`~passlib.hash.phpass`. +.. index:: postgres; crypt context + PostgreSQL ========== .. data:: postgres_context |
