Skip to content

Commit 2a10a46

Browse files
committed
[#3319] Linking to the whole method
1 parent 06f2f74 commit 2a10a46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbook/security/acl_advanced.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ your application. Each role, or user has its own security identity.
4848
.. versionadded:: 2.5
4949
For users, the security identity is based on the username. This means that,
5050
if for any reason, a user's username was to change, you must ensure its
51-
security identity is updated too. The method ``updateUserSecurityIdentity``
52-
of the :class:`Symfony\\Component\\Security\\Acl\\Dbal\\MutableAclProvider`
53-
class is there to handle the update.
51+
security identity is updated too. The
52+
:method:`MutableAclProvider::updateUserSecurityIdentity <Symfony\\Component\\Security\\Acl\\Dbal\\MutableAclProvider::updateUserSecurityIdentity>`
53+
``updateUserSecurityIdentity`` method is there to handle the update.
5454

5555
Database Table Structure
5656
------------------------

0 commit comments

Comments
 (0)