-
Notifications
You must be signed in to change notification settings - Fork 0
admin panel users
In Preignition app, some users have more rights than others. The app uses the notion of user group to attribute roles and application rights: each user can belong to one ore more user groups and some write or read access are allowed only for some specific group. For instance, a user has to be part of the admin group to be allowed to administer user groups.
The user management view comprises of two menu item: user groups and users as shown in the figure below.
screenshot of the user management view
The main view displays the list of existing group (view generic list)
A user group has a name, a type, a description and members. The type of a group determines whether it can be viewed by all users (when type is open) or only by the group members (when type is private).
To add members to a user group, click on the ADD USER TO GROUP button, then drag the selected user to the member drop-zone.
editing a user group
To be implemented
preignition wiki - home - terminology
screenshot of the user management view
editing a user group