-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,9 +48,9 @@ your application. Each role, or user has its own security identity. | |
.. versionadded:: 2.5 | ||
For users, the security identity is based on the username. This means that, | ||
if for any reason, a user's username was to change, you must ensure its | ||
security identity is updated too. The method ``updateUserSecurityIdentity`` | ||
of the :class:`Symfony\\Component\\Security\\Acl\\Dbal\\MutableAclProvider` | ||
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. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
weaverryan
Author
Member
|
||
|
||
Database Table Structure | ||
------------------------ | ||
|
should be
shouldn't it?