We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4a138 commit 2f486ceCopy full SHA for 2f486ce
cookbook/security/acl_advanced.rst
@@ -45,6 +45,13 @@ Security Identities
45
This is analog to the object identity, but represents a user, or a role in
46
your application. Each role, or user has its own security identity.
47
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.
54
+
55
Database Table Structure
56
------------------------
57
0 commit comments