summaryrefslogtreecommitdiff
path: root/docs/lib
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-06-01 15:11:41 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-06-01 15:11:41 -0400
commit0d107f56f554d81262436de7399212cb5d03aa55 (patch)
tree5707400713cd712916d7adfe87c36e07a5b3ee44 /docs/lib
parentdc0098c6e133f446a3dc0b1d0b491a4c46213f3b (diff)
downloadpasslib-0d107f56f554d81262436de7399212cb5d03aa55.tar.gz
added new application quickstart guide
Diffstat (limited to 'docs/lib')
-rw-r--r--docs/lib/passlib.apps.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/lib/passlib.apps.rst b/docs/lib/passlib.apps.rst
index 3d97cda..913d903 100644
--- a/docs/lib/passlib.apps.rst
+++ b/docs/lib/passlib.apps.rst
@@ -39,9 +39,9 @@ Custom Applications
>>> #[optional] encrypting a password for an admin account - uses stronger settings
>>> hash = pwd_context.encrypt("somepass", category="admin")
- For applications which started using this preset, but whose needs
- have grown beyond it, it is recommended to create your own CryptContext
- instance; the configuration used to create this object can be a good starting point.
+.. seealso::
+
+ The :doc:`/new_app_quickstart` guide.
.. _ldap-contexts: