From a112ea06bb7aa8071083ffef04c202de12039f8d Mon Sep 17 00:00:00 2001 From: Iuri de Silvio Date: Fri, 27 Sep 2013 21:04:51 -0300 Subject: [PATCH] Fix typo: algorith -> algorithm --- docs/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index dc39153..08a9a92 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -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``,