User roles and permission management via Admin UI (#1231)
This commit is contained in:
@@ -20,7 +20,7 @@ use Symfony\Component\Routing\Annotation\Route;
|
||||
* Homepage controller is a redirect controller with user specific logic.
|
||||
*
|
||||
* @Route(path="/homepage")
|
||||
* @Security("is_granted('ROLE_USER')")
|
||||
* @Security("is_granted('IS_AUTHENTICATED_REMEMBERED')")
|
||||
*/
|
||||
class HomepageController extends AbstractController
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user