I installed FOSUserBundle and I would like to add any additional role like ROLE_NEW. In sfGuardUser just needed to be done
$this->getUser()->addCredential('new');
in action, and here?
In addition, how can I (the administrator) manage all users (primarily manage ROLES)? In sfGuardUser, I created a default admin page and here?
source share