Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Christophe Turbout
auth
Commits
61990a88
Commit
61990a88
authored
Sep 10, 2019
by
Laurent Lécluse
Browse files
Pas de filtrage d'utilisateur sur les pages publiques
parent
2f5ea0dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/module.config.php
View file @
61990a88
...
...
@@ -171,22 +171,22 @@ return [
* You may omit the 'action' index to allow access to the entire controller
*/
'BjyAuthorize\Guard\Controller'
=>
[
[
'controller'
=>
'index'
,
'action'
=>
'index'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'zfcuser'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'Application\Controller\Index'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'index'
,
'action'
=>
'index'
,
'roles'
=>
[]
],
[
'controller'
=>
'zfcuser'
,
'roles'
=>
[]
],
[
'controller'
=>
'Application\Controller\Index'
,
'roles'
=>
[]
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'etab'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'apropos'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'contact'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'plan'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'mentions-legales'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'informatique-et-libertes'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'refresh-session'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'UnicaenAuth\Controller\Utilisateur'
,
'action'
=>
'selectionner-profil'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'etab'
,
'roles'
=>
[]
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'apropos'
,
'roles'
=>
[]
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'contact'
,
'roles'
=>
[]
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'plan'
,
'roles'
=>
[]
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'mentions-legales'
,
'roles'
=>
[]
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'informatique-et-libertes'
,
'roles'
=>
[]
],
[
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'refresh-session'
,
'roles'
=>
[]
],
[
'controller'
=>
'UnicaenAuth\Controller\Utilisateur'
,
'action'
=>
'selectionner-profil'
,
'roles'
=>
[]
],
[
'controller'
=>
'UnicaenAuth\Controller\Auth'
,
'action'
=>
'shibboleth'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'UnicaenAuth\Controller\Auth'
,
'action'
=>
'requestPasswordReset'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'UnicaenAuth\Controller\Auth'
,
'action'
=>
'changePassword'
,
'roles'
=>
'guest'
],
[
'controller'
=>
'UnicaenAuth\Controller\Auth'
,
'action'
=>
'shibboleth'
,
'roles'
=>
[]
],
[
'controller'
=>
'UnicaenAuth\Controller\Auth'
,
'action'
=>
'requestPasswordReset'
,
'roles'
=>
[]
],
[
'controller'
=>
'UnicaenAuth\Controller\Auth'
,
'action'
=>
'changePassword'
,
'roles'
=>
[]
],
],
],
],
...
...
@@ -515,8 +515,6 @@ return [
],
'controllers'
=>
[
'invokables'
=>
[
],
'factories'
=>
[
'UnicaenAuth\Controller\Auth'
=>
AuthControllerFactory
::
class
,
'UnicaenAuth\Controller\Utilisateur'
=>
UtilisateurControllerFactory
::
class
,
...
...
@@ -525,8 +523,6 @@ return [
],
'form_elements'
=>
[
'invokables'
=>
[
],
'factories'
=>
[
'UnicaenAuth\Form\Droits\Role'
=>
RoleFormFactory
::
class
,
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment