Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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