File tree 1 file changed +5
-5
lines changed
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
327
327
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328
328
329
329
It 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.
332
332
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) .
336
336
337
337
.. _reference-security-encoder-bcrypt :
338
338
You can’t perform that action at this time.
0 commit comments