8000
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 86901d8 commit bb1dd16Copy full SHA for bb1dd16
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