Users - SoftFx/Hierarchical-Sensor-Monitoring GitHub Wiki

In this window, admin can see a list of all registered users, add and edit existing HSM users.

The window contains a table divided into two parts:

  • Adding a new user;
  • Table of already existing users.

AllUsers

The whole table consists of 5 columns:

  • Username - login, which is set by the user/admin during registration;
  • Password - the password that the user/admin sets during registration;
  • IsAdmin - a checkbox that determines whether the given user is an admin;
  • Products - a list of all products to which the user is connected as a ProductManager/Viewer;
  • Action - a list of actions that can be performed on the user:
    • Delete user;
    • Edit user (at the moment only adding/removing admin rights is possible);
    • Confirmation/rejection of editing.

To add a user, the admin needs to set the Username, Password, add admin rights (if necessary) and click the "+" button.

2CreateUser

The list of products and the role (ProductManager/Viewer) is defined within each project. Through the user window there is no way to change this.

3Products