diff --git a/docsite/rst/faq.rst b/docsite/rst/faq.rst index efea43b7fef..2ef04b17ca4 100644 --- a/docsite/rst/faq.rst +++ b/docsite/rst/faq.rst @@ -264,7 +264,7 @@ How do I generate crypted passwords for the user module? The mkpasswd utility that is available on most Linux systems is a great option:: - mkpasswd --method=SHA-512 + mkpasswd --method=sha-512 If this utility is not installed on your system (e.g. you are using OS X) then you can still easily generate these passwords using Python. First, ensure that the `Passlib `_