8000 minor #14339 Update user_provider.rst (abdel-ben) · symfony/symfony-docs@c3df056 · GitHub
[go: up one dir, main page]

Skip to content

Commit c3df056

Browse files
committed
minor #14339 Update user_provider.rst (abdel-ben)
This PR was submitted for the 5.1 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update user_provider.rst Fix provider name `backend_users` instead of `backend` Commits ------- 34bacb5 Update user_provider.rst
2 parents 5afc362 + 34bacb5 commit c3df056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/user_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ providers until the user is found:
332332
333333
all_users:
334334
chain:
335-
providers: ['legacy_users', 'users', 'backend']
335+
providers: ['legacy_users', 'users', 'backend_users']
336336
337337
.. _custom-user-provider:
338338

0 commit comments

Comments
 (0)
0