From e7855488df307fb64f4cc55b5fcbc598cce6c396 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Mon, 22 Jul 2013 11:44:19 -0400 Subject: [PATCH] Docs polish --- docs/features.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/features.rst b/docs/features.rst index 3d0c170..2db9d42 100644 --- a/docs/features.rst +++ b/docs/features.rst @@ -34,7 +34,8 @@ Password encryption is enabled with `passlib`_. Passwords are stored in plain text by default but you can easily configure the encryption algorithm. You should **always use an encryption algorithm** in your production environment. You may also specify to use HMAC with a configured salt value in addition to the -algorithm chosen. Bear in mind passlib does not assume which algorithm you will choose and may require additional libraries to be installed. +algorithm chosen. Bear in mind passlib does not assume which algorithm you will +choose and may require additional libraries to be installed. Basic HTTP Authentication