There was an error while loading. Please reload this page.
1 parent 849cf96 commit 32654c1Copy full SHA for 32654c1
1 file changed
CHANGES.rst
@@ -18,7 +18,7 @@ it looks something like:
18
}
19
20
When we load the fixture (using ``piccolo fixtures load``) we need to be
21
-careful in case ``BaseUser`` tries to hash it again (it would then be a hash of
+careful in case ``BaseUser`` tries to hash the password again (it would then be a hash of
22
a hash, and hence incorrect). We now have additional checks in place to prevent
23
this.
24
0 commit comments