Sfoglia il codice sorgente

[Site] Erreur accès inscription : Vous n'êtes pas autorisé à effectuer cette action #1205

feature/souke
Guillaume Bourgeois 1 anno fa
parent
commit
d17b65ebc2
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      frontend/controllers/SiteController.php

+ 3
- 0
frontend/controllers/SiteController.php Vedi File

@@ -83,6 +83,9 @@ class SiteController extends FrontendController
'roles' => ['@'],
],
],
'denyCallback' => function($rule, $action) {
return $this->redirect('index');
}
],
'verbs' => [
'class' => VerbFilter::class,

Loading…
Annulla
Salva