Fix typo: algorith -> algorithm

This commit is contained in:
Iuri de Silvio
2013-09-27 21:04:51 -03:00
parent 7121ebff22
commit a112ea06bb
+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``,