Skip to content

Commit 556922e

Browse files
committed
minor #18494 [Security] Remove {username} occurrence (alexandre-daubois)
This PR was merged into the 7.0 branch. Discussion ---------- [Security] Remove `{username}` occurrence Fix #18490 Commits ------- fc0b899 [Security] Remove `{username}` occurrence
2 parents 1818758 + fc0b899 commit 556922e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

security/ldap.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,6 @@ string will be replaced by the value of the ``uid_key`` configuration value
290290
(by default, ``sAMAccountName``), and the ``{user_identifier}`` string will be
291291
replaced by the user identified you are trying to load.
292292

293-
.. deprecated:: 6.2
294-
295-
Starting from Symfony 6.2, the ``{username}`` string was deprecated in favor
296-
of ``{user_identifier}``.
297-
298293
For example, with a ``uid_key`` of ``uid``, and if you are trying to
299294
load the user ``fabpot``, the final string will be: ``(uid=fabpot)``.
300295

0 commit comments

Comments
 (0)