We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eadaddb commit 8ddda81Copy full SHA for 8ddda81
config/packages/security.yaml
@@ -20,10 +20,11 @@ security:
20
login_path: app_login
21
check_path: app_login
22
enable_csrf: true
23
+ default_target_path: admin
24
logout:
25
path: app_logout
26
# where to redirect after logout
- target: admin
27
+ target: homepage
28
29
# activate different ways to authenticate
30
# https://symfony.com/doc/current/security.html#the-firewall
0 commit comments