8000 [Messenger] Added SQS Messenger docs by Nyholm · Pull Request #14391 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

[Messenger] Added SQS Messenger docs #14391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Oct 13, 2020
Next Next commit
Update user_provider.rst
Fix provider name `backend_users` instead of `backend`
  • Loading branch information
abdel-ben authored and wouterj committed Oct 11, 2020
commit 34bacb5488e729fb1d9d88f2e92c80ae10f8d9ff
2 changes: 1 addition & 1 deletion security/user_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ providers until the user is found:

all_users:
chain:
providers: ['legacy_users', 'users', 'backend']
providers: ['legacy_users', 'users', 'backend_users']

.. _custom-user-provider:

Expand Down
0