From 06df812cbfebc9331436ae90619d43e09d39069e Mon Sep 17 00:00:00 2001 From: Danny Fullerton <623699+northox@users.noreply.github.com> Date: Fri, 26 Jun 2020 06:27:48 -0400 Subject: [PATCH] Fix trusted_user - point toward user IDs (#13846) --- source/_docs/authentication/providers.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/authentication/providers.markdown b/source/_docs/authentication/providers.markdown index 21f2375f473..0e825b19cda 100644 --- a/source/_docs/authentication/providers.markdown +++ b/source/_docs/authentication/providers.markdown @@ -87,8 +87,8 @@ trusted_users: required: false type: map keys: - IP_ADDRESS: - description: List of users available to select on this IP address or network. + USER_ID: + description: List of user ids available to select on this IP address or network. required: false type: [list, string] allow_bypass_login: