login finished.
This commit is contained in:
parent
f38c5e4350
commit
3f2fcfd269
@ -40,7 +40,8 @@ security:
|
|||||||
# Easy way to control access for large sections of your site
|
# Easy way to control access for large sections of your site
|
||||||
# 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: ^/*, roles: ROLE_USER }
|
- { path: ^/login, roles: PUBLIC_ACCESS }
|
||||||
|
- { path: ^/*, roles: IS_AUTHENTICATED_FULLY}
|
||||||
|
|
||||||
when@test:
|
when@test:
|
||||||
security:
|
security:
|
||||||
|
Loading…
Reference in New Issue
Block a user