Merge pull request #168 from iurisilvio/patch-1

Fix typo: algorith -> algorithm
This commit is contained in:
Matt Wright
2013-10-02 07:11:59 -07:00
+1 -1
View File
@@ -18,7 +18,7 @@ Core
``SECURITY_FLASH_MESSAGES`` Specifies wether or not to flash
messages during security procedures.
Defaults to ``True``.
``SECURITY_PASSWORD_HASH`` Specifies the password hash algorith to
``SECURITY_PASSWORD_HASH`` Specifies the password hash algorithm to
use when encrypting and decrypting
passwords. Recommended values for
production systems are ``bcrypt``,