Skip to content
Snippets Groups Projects
Unverified Commit 23ccd0c3 authored by flamber's avatar flamber Committed by GitHub
Browse files

Remove restriction text about group mapping for admins (#13781)

parent 2b721adc
No related branches found
No related tags found
No related merge requests found
......@@ -167,9 +167,7 @@ export default class GroupMappingsWidget extends React.Component {
onClick={this._showAddRow}
>{t`Create a mapping`}</Button>
<p className="text-measure">
{t`Mappings allow Metabase to automatically add and remove users from groups based on the membership information provided by the
directory server. Membership to the Admin group can be granted through mappings, but will not be automatically removed as a
failsafe measure.`}
{t`Mappings allow Metabase to automatically add and remove users from groups based on the membership information provided by the directory server.`}
</p>
<AdminContentTable
columnTitles={[this.props.groupHeading, t`Groups`, ""]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment