Skip to main content
Version: 7.9

User Management

Component Palette Icon:

Description

The user management panel provides a built-in way to edit users and roles from a client. To use this component, you should be aware that it is only editing the users and roles from a single User Source.By default, the component will use the user source of the containing project. You can change this by typing in the name of another user source into the component's "User Source" property.

To make changes to the Gateway's system user source from the Designer or Client, Allow User Admin must be checked in Gateway Settings in the Gateway Configuration page.

This component can be run in one of three modes:

  • Manage Users Mode: In this mode, the component manages all of the users contained in the user source. Users and roles may be added, removed, and edited.
  • Edit Single Mode: In this mode, the component only edits a single user. Which user is being edited is controlled via the "User Source" and "Username" properties.
  • Edit Current Mode: In this mode, the user who is currently logged into the project can edit themselves. Obviously, the ability to assign roles is not available in this mode. This can be useful to allow users to alter their own password, adjust their contact information, and update their schedules.
caution

Be careful to only expose this component to users who should have the privileges to alter other users. Access to this component in "Manage Users" mode will allow users to edit other users' passwords and roles.

Properties

NameDescriptionTypeScriptingCategory
AntialiasDraw with antialias on? Makes text smoother.boolean.antialiasAppearance
BorderThe border surrounding this component. Note that the border is unaffected by rotation.Border.borderCommon
Contact Info Editing EnabledIf true, a user's contact info will be editable.boolean.allowContactInfoEditingBehavior
Data QualityThe data quality code for any tag bindings on this component.int.dataQualityData
Editing Schedule Available Color
New in 7.9.5
Changes the color of the available times in the schedule. 
Color.schedulePreviewAvailableColorAppearance
Editing Schedule Available Text Color
New in 7.9.5
Changes the text color of events on the schedule preview. 
Color.eventForegroundAppearance
EnabledIf disabled, a component cannot be used.boolean.componentEnabledCommon
Font
New in 7.9.5
Font of the text on this component. 
Font.fontAppearance
ModeAffects what mode the user management component runs inint.modeBehavior
NameThe name of this component.String.nameCommon
Role Assigning EnabledIf true, a user's roles will be editable.boolean.allowRoleAssigningBehavior
Role Management EnabledIf true, role management is available.boolean.allowRoleManagementBehavior
Row Height
New in 7.9.5
Alter the size of the rows in the component's tables.
int.rowHeightAppearance
Schedule Adjustments EnabledIf true, a user's schedule adjustments will be editable.boolean.allowScheduleModificationsBehavior
Show Contact Info ColumnControls whether the user table shows the contact info column or not.boolean.columnContactInfoAppearance
Show Name ColumnControls whether the user table shows the name column or not.boolean.columnNameAppearance
Show Roles ColumnControls whether the user table shows the roles column or not.boolean.columnRolesAppearance
Show Schedule ColumnControls whether the user table shows the schedule column or not.boolean.columnScheduleAppearance
Show Username ColumnControls whether the user table shows the username column or not.boolean.columnUsernameAppearance
StylesContains the component's styles.Dataset.stylesAppearance
Table Color
New in 7.9.5
Changes the background color of the tables, User Roles and Role Member lists. Note: When a row is selected it will revert to highlighted.
Color.tableBackgroundAppearance
Table Header Color
New in 7.9.5
Changes the background color of the table headers. 
Color.tableHeaderBackgroundAppearance
Table Header Text Color
New in 7.9.5
Changes the text color of the table headers.
Color.tableHeaderTextColorAppearance
Table Text Color
New in 7.9.5
Changes the text color of the tables. Note: When a row is selected, it will revert to black. 
Color.tableForegroundAppearance
Touchscreen ModeControls when this input component responds if touchscreen mode is enabled.int.touchscreenModeBehavior
User SourceThe user source to manage users in. If blank, uses the project's default user source.String.userProfileBehavior
UsernameThe name of the user being edited. Read-only except when mode is "Edit Single", in which case it defines the user to be edited.String.usernameBehavior
Username Editing EnabledIf true, usernames will be editable.boolean.allowUsernameEditingBehavior
VisibleIf disabled, the component will be hidden.boolean.visibleCommon
Window Color
New in 7.9.5
Changes the window background color. 
Color.windowBackgroundAppearance
Window Header Color
New in 7.9.5
Changes the window header background color. 
Color.windowHeaderBackgroundAppearance
Window Header Save Button Background Color
New in 7.9.5
Changes the window header save button background color.
Color.windowHeaderSaveButtonBackgroundAppearance
Window Header Save Button Text Color
New in 7.9.5
Changes the window header save button text color.
Color.windowHeaderSaveButtonForegroundAppearance
Window Header Text Color
New in 7.9.5
Changes the window header text color.
Color.windowHeaderForegroundAppearance
Window Text Color
New in 7.9.5
Changes the text color of the window.
Color.windowForegroundAppearance

Scripting

See the User Management Scripting Functions page for the full list of scripting functions available for this component.

Event Handlers

Event handlers allow you to run a script based off specific triggers. See the full list of available event handlers on the Component Events page.

Customizers