We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8774f7d commit 466e404Copy full SHA for 466e404
cookbook/security/acl_advanced.rst
@@ -45,6 +45,14 @@ 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
+.. caution::
49
+
50
+ For users, the security identity is based on the username. This means that,
51
+ if for any reason, a user's username was to change, you must ensure its
52
+ security identity is updated too. The
53
+ :method:`MutableAclProvider::updateUserSecurityIdentity() <Symfony\\Component\\Security\\Acl\\Dbal\\MutableAclProvider::updateUserSecurityIdentity>`
54
+ method is there to handle the update.
55
56
Database Table Structure
57
------------------------
58
0 commit comments