Skip to content

Commit

Permalink
minor #6627 Fixed a typo in cookbook/security/entity_provider (michae…
Browse files Browse the repository at this point in the history
…ldegroot)

This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6627).

Discussion
----------

Fixed a typo in cookbook/security/entity_provider

Commits
-------

3b289ad Fixed a typo in cookbook/security/entity_provider
  • Loading branch information
xabbuh committed Jun 6, 2016
2 parents 76968b1 + 3b289ad commit 78da6d5
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 | [email protected] | 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 78da6d5

Please sign in to comment.