We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7af22 commit 1b79509Copy full SHA for 1b79509
security/impersonating_user.rst
@@ -62,7 +62,7 @@ listener:
62
;
63
};
64
65
-To switch to another user, leverage the add a query string with the ``_switch_user``
+To switch to another user, add a query string with the ``_switch_user``
66
parameter and the username (or whatever field our user provider uses to load users)
67
as the value to the current URL:
68
@@ -74,6 +74,10 @@ as the value to the current URL:
74
75
You can leverage the Twig function ``impersonation_path('thomas')``
76
77
+ .. versionadded:: 6.4
78
+
79
+ The ``impersonation_path()`` function was introduced in Symfony 6.4.
80
81
.. tip::
82
83
Instead of adding a ``_switch_user`` query string parameter, you can pass
0 commit comments