From 34bacb5488e729fb1d9d88f2e92c80ae10f8d9ff Mon Sep 17 00:00:00 2001 From: tikoutare Date: Sun, 4 Oct 2020 22:24:49 +0200 Subject: [PATCH] Update user_provider.rst Fix provider name `backend_users` instead of `backend` --- security/user_provider.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/user_provider.rst b/security/user_provider.rst index 51a2fea56ed..13e6a8dfb49 100644 --- a/security/user_provider.rst +++ b/security/user_provider.rst @@ -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: