Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
971115f5
Commit
971115f5
authored
Jan 09, 2015
by
Bertrand Gauthier
Browse files
Autorisation d'accès à l'action de rafraîchissement de la session de l'utilisateur.
parent
aa3122ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/module.config.php
View file @
971115f5
...
...
@@ -135,6 +135,7 @@ $bjyauthorize = array(
array
(
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'plan'
,
'roles'
=>
array
()),
array
(
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'mentions-legales'
,
'roles'
=>
array
()),
array
(
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'informatique-et-libertes'
,
'roles'
=>
array
()),
array
(
'controller'
=>
'UnicaenApp\Controller\Application'
,
'action'
=>
'refresh-session'
,
'roles'
=>
array
()),
array
(
'controller'
=>
'UnicaenAuth\Controller\Utilisateur'
,
'action'
=>
'selectionner-profil'
,
'roles'
=>
array
()),
),
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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