Fix register route security
This commit is contained in:
parent
b2bc519e26
commit
473a5294ea
@ -39,7 +39,7 @@ security:
|
|||||||
# Note: Only the *first* access control that matches will be used
|
# Note: Only the *first* access control that matches will be used
|
||||||
access_control:
|
access_control:
|
||||||
- { path: ^/login$, role: PUBLIC_ACCESS }
|
- { path: ^/login$, role: PUBLIC_ACCESS }
|
||||||
- { path: ^/register, role: PUBLIC_ACCESS }
|
- { path: ^/register$, role: PUBLIC_ACCESS }
|
||||||
- { path: ^/logout$, role: ROLE_USER }
|
- { path: ^/logout$, role: ROLE_USER }
|
||||||
- { path: ^/admin, role: ROLE_ADMIN }
|
- { path: ^/admin, role: ROLE_ADMIN }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user