Add Wanted Page + fixs

This commit is contained in:
Xbird
2022-10-31 14:09:53 +00:00
parent 2084db1309
commit 9d46a9c561
12 changed files with 124 additions and 8 deletions

View File

@@ -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