Skip to content

Commit 76d99e5

Browse files
committed
Fix typo in BlowfishPasswordHasher note
1 parent ca2d466 commit 76d99e5

File tree

1 file changed

+1
-1
lines changed
  • en/tutorials-and-examples/blog-auth-example

1 file changed

+1
-1
lines changed

en/tutorials-and-examples/blog-auth-example/auth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ and add the following::
254254
.. note::
255255

256256
The BlowfishPasswordHasher uses a stronger hashing algorithm (bcrypt) than
257-
SimplePasswordHasher (sha1) and providers per user salts. The
257+
SimplePasswordHasher (sha1) and provides per user salts. The
258258
SimplePasswordHasher will be removed as of CakePHP version 3.0
259259

260260
So, now every time a user is saved, the password is hashed using the

0 commit comments

Comments
 (0)