Skip to content

Commit ab15460

Browse files
committed
Tweaks
1 parent 74e53fb commit ab15460

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

reference/configuration/security.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -327,12 +327,12 @@ Using the "auto" Password Hasher
327327
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
328328

329329
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.
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

0 commit comments

Comments
 (0)