Commit 318bb8a
committed
bug #5187 Fixing a bad bcrypt string using http://www.bcrypt-generator.com/ (weaverryan)
This PR was merged into the 2.3 branch.
Discussion
----------
Fixing a bad bcrypt string using http://www.bcrypt-generator.com/
Hi guys!
| Q | A
| ------------- | ---
| Doc fix? | no
| New docs? | no
| Applies to | 2.3+
| Fixed tickets | n/a
This was pointed out to me on Twitter - it seems like we may have just left the old sha256 hash on there - this definitely isn't bcrypt.
Thanks!
Commits
-------
6964bff Fixing a bad bcrypt string using http://www.bcrypt-generator.com/1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
0 commit comments