-
-
Notifications
You must be signed in to change notification settings - Fork 8
Users
mathcoll edited this page Sep 2, 2021
·
13 revisions
A User account is based on a unique email address. Identification is made using a hashed password in database. This is not possible to register twice the same email address.
Additionally, there is currently no way to share resource across User Accounts. :-( (it was the purpose of "permissions" attribute on Flows but the feature is deprecated).
By default t6 on Saas is implementing only the role free which is having a quota limit on creating resources.
During user creation process the role is set (and hardcoded) to free and cannot be changed yet.
| Resources | Quota for free users |
|---|---|
| objects | 1 |
| flows | 1 |
| rules | 1 |
| tokens | 1 |
| snippets | 2 |
| dashboards | 1 |
| uis | 2 |
| api calls | 9999999 |
t6 Technical Api Documentation. Please refers to CONTRIBUTING.md in case you would like to help :-)
- Installing t6
- Internal errors
- Repository structure
- Six main Resources
- Other Resources
- Datapoints
- Users
- UIs 💥 not detailed
- Mqtt Topic 💥 not detailed
- Referentials
- Technical Api Documentation 🔗
- TWA Application Screenshots
- t6 Security policy
- Advanced t6 concepts