From 3b289adace6bc8bb90ef03a25df4593e88334dca Mon Sep 17 00:00:00 2001 From: GiveMeAllYourCats Date: Mon, 30 May 2016 14:32:12 +0200 Subject: [PATCH] Fixed a typo in cookbook/security/entity_provider --- cookbook/security/entity_provider.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/entity_provider.rst b/cookbook/security/entity_provider.rst index 84b53b84af3..e92d3ca255c 100644 --- a/cookbook/security/entity_provider.rst +++ b/cookbook/security/entity_provider.rst @@ -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