File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,18 @@ hash algorithms. This means that if a better hash algorithm is supported on your
9
9
system, the user's password should be *rehashed * using the newer algorithm and
10
10
stored. That's possible with the ``migrate_from `` option:
11
11
12
- #. `Configure a new Encoder Using "migrate_from" `_
12
+ #. `Configure a new Hasher Using "migrate_from" `_
13
13
#. `Upgrade the Password `_
14
- #. Optionally, `Trigger Password Migration From a Custom Encoder `_
14
+ #. Optionally, `Trigger Password Migration From a Custom Hasher `_
15
15
16
- Configure a new Encoder Using "migrate_from"
17
- ----------------------------------------------
16
+ .. _configure-a-new-encoder-using migrate_from :
17
+
18
+ Configure a new Hasher Using "migrate_from"
19
+ -------------------------------------------
18
20
19
21
When a better hashing algorithm becomes available, you should keep the existing
20
- encoder (s), rename it, and then define the new one. Set the ``migrate_from `` option
21
- on the new encoder to point to the old, legacy encoder (s):
22
+ hasher (s), rename it, and then define the new one. Set the ``migrate_from `` option
23
+ on the new hasher to point to the old, legacy hasher (s):
22
24
23
25
.. configuration-block ::
24
26
You can’t perform that action at this time.
0 commit comments