From 23e1fdfacd7f9061b50aadf57d802c91c0e16826 Mon Sep 17 00:00:00 2001 From: Dmitri Perunov Date: Sat, 21 Jul 2018 00:27:22 +0700 Subject: [PATCH] Fix fos_user provider for jwt example security.yaml Login firewall requires username_path email, therefore user_provider should utilize email field as well --- core/jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/jwt.md b/core/jwt.md index 413ea2d5d37..4023f661b84 100644 --- a/core/jwt.md +++ b/core/jwt.md @@ -28,7 +28,7 @@ security: providers: fos_userbundle: - id: fos_user.user_provider.username + id: fos_user.user_provider.username_email firewalls: login: