Add Wanted Page + fixs
This commit is contained in:
@@ -43,6 +43,7 @@ security:
|
||||
- { path: ^/verify/password, roles: PUBLIC_ACCESS }
|
||||
- { path: ^/reset-password, roles: PUBLIC_ACCESS }
|
||||
- { path: ^/share, roles: PUBLIC_ACCESS }
|
||||
- { path: ^/wanted, roles: PUBLIC_ACCESS }
|
||||
- { path: ^/admin, roles: ROLE_ADMIN }
|
||||
- { path: ^/directory/history, roles: ROLE_ADMIN }
|
||||
- { path: ^/, roles: IS_AUTHENTICATED_REMEMBERED } #IS_AUTHENTICATED_REMEMBERED= user is logged, with form or with cookie
|
||||
|
||||
Reference in New Issue
Block a user