Skip to content

Commit e6da780

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #338
2 parents 9417029 + 5f1626a commit e6da780

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

symfony/security-bundle/3.3/config/packages/security.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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
33
providers:
44
in_memory: { memory: ~ }
55
firewalls:
@@ -12,7 +12,7 @@ security:
1212
# activate different ways to authenticate
1313

1414
# 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
1616

1717
# 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# See https://symfony.com/doc/current/email/dev_environment.html
22
swiftmailer:
3-
# send all emails to a specific address
3+
# send all emails to a specific address
44
#delivery_addresses: ['[email protected]']

0 commit comments

Comments
 (0)