This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Add users to the platform
Marcel Wagner edited this page Mar 6, 2018
·
1 revision
There are three methods to add users to a platform:
- GUI based: Sign up
- GUI based: Invite users to an account
- Docker: Invoke admin tool in Dashboard container
If the SMTP service is enabled, everyone can register to the service on the main page. An email will be sent and has to be confirmed by the owner of the address.
With SMTP service enabled, account admins can invite additional users. To do this, the admin has to navigate to the Account page (e.g. by selecting Account in the side menu) and then select the Users tab. An email will be sent and has to be confirmed by the owner of the address.
This command can be executed in the Dasboard container as follows:
docker exec -it <container-name> node /app/admin addUser <email> <password> <role>
- is the name of dashboard container, e.g. platformlauncher_dashboard_1
- the email address of the user
- the password for the user
- can be admin and user
- Home
-
Overview
- Rule Engine
- Service Hub
- Dashboard
- Data Backend
- Integration of Analytics
- IoT Agent
- Using Docker
- Authentication and Authorization
- Rest API
- Configuration
- Build