Thanks to visit codestin.com Credit goes to github.com
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.
2 parents cc5c9a3 + 2f486ce commit 06f2f74Copy full SHA for 06f2f74
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