File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
security-bundle/3.3/config/packages
swiftmailer-bundle/2.5/config/packages/dev Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
security :
2
- # https://symfony.com/doc/current/book/ security.html#where-do-users-come-from-user-providers
2
+ # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
3
3
providers :
4
4
in_memory : { memory: ~ }
5
5
firewalls :
@@ -12,7 +12,7 @@ security:
12
12
# activate different ways to authenticate
13
13
14
14
# http_basic: ~
15
- # https://symfony.com/doc/current/book/ security.html#a-configuring-how-your-users-will-authenticate
15
+ # https://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate
16
16
17
17
# form_login: ~
18
- # https://symfony.com/doc/current/cookbook/ security/form_login_setup.html
18
+ # https://symfony.com/doc/current/security/form_login_setup.html
Original file line number Diff line number Diff line change 1
1
# See https://symfony.com/doc/current/email/dev_environment.html
2
2
swiftmailer :
3
- # send all emails to a specific address
3
+ # send all emails to a specific address
4
4
# delivery_addresses: ['[email protected] ']
You can’t perform that action at this time.
0 commit comments