mirror of
https://github.com/django/django.git
synced 2025-09-10 04:26:30 +00:00
Stray paren
This commit is contained in:
parent
464b98b1fe
commit
0e27882b3a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
1. Install the `bcrypt library`_. This can be done by running ``pip install
|
||||||
django[bcrypt]``, or by downloading the library and installing it with
|
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``
|
2. Modify :setting:`PASSWORD_HASHERS` to list ``BCryptSHA256PasswordHasher``
|
||||||
first. That is, in your settings file, you'd put::
|
first. That is, in your settings file, you'd put::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue