IS_AUTHENTICATED_FULLY
User has successfully authenticated, not via 'remember me cookie'
IS_AUTHENTICATED_REMEMBERED
All logged in users
IS_REMEMBERED
Only users authenticated using the remember me functionality
IS_IMPERSONATOR
When the current user is impersonating another user in this session
All roles you assign to a user must begin with the ROLE_ prefix in order for the default symfony RoleVoter to vote. Other prefixes require a custom voter.
Comments