-
-
Notifications
You must be signed in to change notification settings - Fork 8
Users
mathcoll edited this page Jun 3, 2021
·
13 revisions
A User account is based on a unic email address. Identification is made using a hashed password. 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 is implementing only the role free
which is having a quota limit on creating resources.
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