|
24 | 24 | "settings": [ |
25 | 25 | { |
26 | 26 | "key": "EnableUserSync", |
27 | | - "display_name": "Whether or not user sync is enabled", |
| 27 | + "display_name": "Enable user sync", |
28 | 28 | "type": "bool", |
29 | 29 | "help_text": "If enabled, new users will be created and removed users will be disabled. If disabled, user information will not be synced. Disabling this may lead to users that log in via OIDC SSO to end up with incorrect or surprising information in their profile.", |
30 | 30 | "default": true |
31 | 31 | }, |
32 | 32 | { |
33 | 33 | "key": "EnableGroupSync", |
34 | | - "display_name": "Whether or not group sync is enabled", |
| 34 | + "display_name": "Enable group sync", |
35 | 35 | "type": "bool", |
36 | 36 | "help_text": "If enabled, users will be added/removed from teams, channels, and system roles according to their group membership. Note that if user sync is disabled, users will be synced according to their group membership as of the last time user sync was enabled.", |
37 | 37 | "default": true |
38 | 38 | }, |
39 | 39 | { |
40 | 40 | "key": "EnabledGroup", |
41 | | - "display_name": "Name of group that gates access to Mattermost in uffd", |
| 41 | + "display_name": "Mattermost access group", |
42 | 42 | "type": "text", |
43 | 43 | "help_text": "The name of the group which gates access to Mattermost in uffd. If set, then users who are no longer in this group will have their Mattermost account disabled. If left empty, then users will only have their Mattermost account disabled if their uffd account is disabled. This group doesn't need to be matched by the sync regex.", |
44 | 44 | "placeholder": "mattermost_access", |
45 | 45 | "default": "" |
46 | 46 | }, |
47 | 47 | { |
48 | 48 | "key": "SystemAdminGroup", |
49 | | - "display_name": "Name of uffd group that will grant System Admin permissions", |
| 49 | + "display_name": "System Admin group", |
50 | 50 | "type": "text", |
51 | 51 | "help_text": "A group which will grant the System Admin role. If non-empty, then users in this group will be added to the System Admin role, and removed if they are not present in the group. This only affects users synced from the IdP: locally-created users will not be touched.", |
52 | 52 | "placeholder": "mattermost_admin", |
53 | 53 | "default": "" |
54 | 54 | }, |
55 | 55 | { |
56 | 56 | "key": "ManagedTeam", |
57 | | - "display_name": "Name of team that is managed by the plugin", |
| 57 | + "display_name": "Managed team", |
58 | 58 | "type": "text", |
59 | 59 | "help_text": "The URL slug name of the team that will be managed by this plugin.", |
60 | 60 | "placeholder": "emf", |
|
0 commit comments