Skip to content

Commit

Permalink
Fixed a typo in cookbook/security/entity_provider
Browse files Browse the repository at this point in the history
  • Loading branch information
absolute-quantum authored and xabbuh committed Jun 6, 2016
1 parent 76968b1 commit 3b289ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/security/entity_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ and password ``admin`` (which has been encoded).
| 1 | admin | $2a$08$jHZj/wJfcVKlIwr5AvR78euJxYK7Ku5kURNhNx.7.CSIJ3Pq6LEPC | admin@example.com | 1 |
+----+----------+--------------------------------------------------------------+--------------------+-----------+
.. sidebar:: Do you need to a Salt property?
.. sidebar:: Do you need to use a Salt property?

If you use ``bcrypt``, no. Otherwise, yes. All passwords must be hashed
with a salt, but ``bcrypt`` does this internally. Since this tutorial
Expand Down

0 comments on commit 3b289ad

Please sign in to comment.