Skip to content

Commit 9744447

Browse files
committed
Merge branch 'master' of github.com:SebCOLLARD/Iot_Project_Epitech
2 parents f3b758a + ccc8ded commit 9744447

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Table of contents
4444
- [Launch locally](#launch-locally)
4545
- [Deploy](#deploy)
4646
- [Configure the Thingsboard server from scratch](#configure-the-thingsboard-server-from-scratch)
47+
- [Login to the Thingsboard server](#login-to-the-thingsboard-server)
48+
- [System Administrator](#system-administrator)
49+
- [Tenant Administrator](#tenant-administrator)
50+
- [Customer User](#customer-user)
4751

4852

4953

@@ -158,4 +162,16 @@ You can either deploy directly on your server by forwarding the port you want to
158162

159163
## Configure the Thingsboard server from scratch
160164
If you configure your own Thingsboard instance, you can use the files in `./Thingsboard/` to import dashboards and rules from this project.
161-
However, you will have to manually create the devices (a total of 9: 3 lights, 3 temperature sensors, 3 fluid sensors (1 of each kind)) and configure the GUI manually with the correct access tokens (cf. [this section](#configure-the-device-manager)).
165+
However, you will have to manually create the devices (a total of 9: 3 lights, 3 temperature sensors, 3 fluid sensors (1 of each kind)) and configure the GUI manually with the correct access tokens (cf. [this section](#configure-the-device-manager)).
166+
167+
## Login to the Thingsboard server
168+
To access the Thingsboard instance, there are multiple users, with each their own credentials.
169+
### System Administrator
170+
Email: `sysadmin@thingsboard.org`
171+
Password: `sysadmin`
172+
### Tenant Administrator
173+
Email: `tenant@thingsboard.org`
174+
Password: `tenant`
175+
### Customer User
176+
Email: `customer@thingsboard.org`
177+
Password: `customer`

0 commit comments

Comments
 (0)