Skip to content

Commit

Permalink
Hotfix: not possible to play when not logged-in.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Wollants committed Sep 17, 2018
1 parent a675dae commit 590990d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ security:
- { path: '^/(nl|fr)/view/documents', roles: [ROLE_CONTACT, ROLE_VSV, ROLE_ADMIN] }
- { path: '^/(nl|fr)/view/accounts/password/edit', roles: [ROLE_CONTACT, ROLE_VSV, ROLE_ADMIN] }
- { path: '^/(nl|fr)/csv/contests', roles: [ROLE_VSV, ROLE_ADMIN] }
- { path: '^/quiz', roles: [ROLE_VSV, ROLE_ADMIN] }

0 comments on commit 590990d

Please sign in to comment.