Loading docs/topics/auth/passwords.txt +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ To use Bcrypt as your default storage algorithm, do the following: 1. Install the `bcrypt library`_. This can be done by running ``pip install django[bcrypt]``, or by downloading the library and installing it with ``python setup.py install``). ``python setup.py install``. 2. Modify :setting:`PASSWORD_HASHERS` to list ``BCryptSHA256PasswordHasher`` first. That is, in your settings file, you'd put:: Loading Loading
docs/topics/auth/passwords.txt +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ To use Bcrypt as your default storage algorithm, do the following: 1. Install the `bcrypt library`_. This can be done by running ``pip install django[bcrypt]``, or by downloading the library and installing it with ``python setup.py install``). ``python setup.py install``. 2. Modify :setting:`PASSWORD_HASHERS` to list ``BCryptSHA256PasswordHasher`` first. That is, in your settings file, you'd put:: Loading