CREATE_USER Permission Introduced to the Current List of User Roles

CREATE_USER Permission Introduced to the Current List of User Roles

You can add a new permission called CREATE_USER to the existing user roles list. If you assign a CREATE_USER permission to a user, the user can access the Create New User link from the user interface. The link remains hidden without the permission.
The following snippet shows the CREATE_USER permissions defined in the
configuration.properties
file.
configuration.properties snippet
# Defines a list of permissions which will be assigned to the portal admin role on startup. Possible values are: # INVITE_SUPPLIER # VIEW_IMPORT_MANAGER # MANAGE_SUPPLIER_USER # MANAGE_SUPPLIER # MANAGE_BROKER_USER # START_DRY_RUN #
CREATE_USER
permissions.portalAdmin=INVITE_SUPPLIER,VIEW_IMPORT_MANAGER,MANAGE_SUPPLIER_USER,MANAGE_SUPPLIER,START_DRY_RUN,MANAGE_BROKER_USER,
CREATE_USER
# Defines a list of permissions which will be assigned to the supplier admin role on startup. Possible values are: # START_DRY_RUN # MANAGE_SUPPLIER_USER permissions.supplierAdmin=START_DRY_RUN,MANAGE_SUPPLIER_USER,
CREATE_USER
# Defines a list of permissions which will be assigned to the broker role on startup. Possible values are: # START_DRY_RUN permissions.broker=START_DRY_RUN
The following image shows the Create New User link visible on the Supplier Details page:
The Create New User link visible on the Supplier page.

0 COMMENTS

We’d like to hear from you!