We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent06f2f74 commit2a10a46Copy full SHA for 2a10a46
cookbook/security/acl_advanced.rst
@@ -48,9 +48,9 @@ your application. Each role, or user has its own security identity.
48
..versionadded::2.5
49
For users, the security identity is based on the username. This means that,
50
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.
+ security identity is updated too. The
+:method:`MutableAclProvider::updateUserSecurityIdentity <Symfony\\Component\\Security\\Acl\\Dbal\\MutableAclProvider::updateUserSecurityIdentity>`
+``updateUserSecurityIdentity`` method is there to handle the update.
54
55
Database Table Structure
56
------------------------