File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -327,12 +327,12 @@ Using the "auto" Password Hasher
327327~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328328
329329It automatically selects the best available hasher. Starting from Symfony 5.3,
330- it uses the Bcrypt Password Hasher . If PHP or Symfony adds new Password Hashers
331- in the future, it might select a different hasher.
330+ it uses the Bcrypt hasher . If PHP or Symfony adds new password hashers in the
331+ future, it might select a different hasher.
332332
333- Because of this, the length of the hashed passwords may change in the future
334- (if the "auto" implementation changes), so make sure to allocate enough space
335- for them to be persisted. `` varchar(255) `` should be a good setting.
333+ Because of this, the length of the hashed passwords may change in the future, so
334+ make sure to allocate enough space for them to be persisted (`` varchar(255) ``
335+ should be a good setting) .
336336
337337.. _reference-security-encoder-bcrypt :
338338
You can’t perform that action at this time.
0 commit comments