Skip to content

Commit 78da6d5

Browse files
committed
minor #6627 Fixed a typo in cookbook/security/entity_provider (michaeldegroot)
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
2 parents 76968b1 + 3b289ad commit 78da6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/entity_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ and password ``admin`` (which has been encoded).
314314
| 1 | admin | $2a$08$jHZj/wJfcVKlIwr5AvR78euJxYK7Ku5kURNhNx.7.CSIJ3Pq6LEPC | [email protected] | 1 |
315315
+----+----------+--------------------------------------------------------------+--------------------+-----------+
316316
317-
.. sidebar:: Do you need to a Salt property?
317+
.. sidebar:: Do you need to use a Salt property?
318318

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

0 commit comments

Comments
 (0)