diff --git a/public/app/features/admin/Users/OrgUsersTable.tsx b/public/app/features/admin/Users/OrgUsersTable.tsx index bc4aceb65f3..bb71f21a66e 100644 --- a/public/app/features/admin/Users/OrgUsersTable.tsx +++ b/public/app/features/admin/Users/OrgUsersTable.tsx @@ -30,7 +30,7 @@ import { TableWrapper } from './TableWrapper'; type Cell = CellProps; const disabledRoleMessage = `This user's role is not editable because it is synchronized from your auth provider. - Refer to the Grafana authentication docs for details.`; +Refer to the Grafana authentication docs for details.`; const getBasicRoleDisabled = (user: OrgUser) => { let basicRoleDisabled = !contextSrv.hasPermissionInMetadata(AccessControlAction.OrgUsersWrite, user); @@ -151,7 +151,25 @@ export const OrgUsersTable = ({ return ( basicRoleDisabled && ( - + + This user's role is not editable because it is synchronized from your auth provider. Refer to + the  + + Grafana authentication docs + +  for details. + + } + >