Skip to content

Commit 2a4efc3

Browse files
committed
4120: Used username as security provider property
1 parent bf2a44b commit 2a4efc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/packages/security.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ security:
77
app_user_provider:
88
entity:
99
class: App\Entity\User
10-
property: email
10+
property: username
1111

1212
firewalls:
1313
dev:

0 commit comments

Comments
 (0)