Skip to content

Commit 9bb5ef1

Browse files
drupoljaviereguiluz
authored andcommitted
Specify default security user provider.
1 parent b8ea7e3 commit 9bb5ef1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/packages/security.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ security:
2828
anonymous: true
2929
lazy: true
3030

31+
# The user provider to use.
32+
provider: database_users
33+
3134
# This allows the user to login by submitting a username and password
3235
# Reference: https://symfony.com/doc/current/security/form_login_setup.html
3336
form_login:

0 commit comments

Comments
 (0)