Skip to content

Commit

Permalink
[#3319] Fixing typos thanks to @xabbuh
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Dec 26, 2013
1 parent 1401372 commit 34551d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/security/acl_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ your application. Each role, or user has its own security identity.
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:`MutableAclProvider::updateUserSecurityIdentity <Symfony\\Component\\Security\\Acl\\Dbal\\MutableAclProvider::updateUserSecurityIdentity>`
``updateUserSecurityIdentity`` method is there to handle the update.
:method:`MutableAclProvider::updateUserSecurityIdentity() <Symfony\\Component\\Security\\Acl\\Dbal\\MutableAclProvider::updateUserSecurityIdentity>`
method is there to handle the update.

Database Table Structure
------------------------
Expand Down

0 comments on commit 34551d2

Please sign in to comment.