]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/config/security.yml
Add users management UI
[github/wallabag/wallabag.git] / app / config / security.yml
index 1f30e58b845abceb50011a28ed32b0f7ab57daca..efb00a5348135d7ad16f94ec3760f0a7771564d7 100644 (file)
@@ -63,4 +63,5 @@ security:
         - { path: ^/share, roles: IS_AUTHENTICATED_ANONYMOUSLY }
         - { path: ^/settings, roles: ROLE_SUPER_ADMIN }
         - { path: ^/annotations, roles: ROLE_USER }
+        - { path: ^/users, roles: ROLE_SUPER_ADMIN }
         - { path: ^/, roles: ROLE_USER }