Replies: 2 comments 3 replies
-
This has been discussed before #118 , #434. But basically, you don't need a complex role/permission setup. If you want to share stats with someone, send them a share URL. Being an owner of a website means you have the right to delete it. I think most people don't want that behavior when sharing stats. |
Beta Was this translation helpful? Give feedback.
3 replies
-
@mikecao Is there any updates regarding this feature ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, would it be possible to implement shared access to analytics data through multiple accounts in Umami? For example, let's say our instance has the following:
I would like to modify the existing permission implementation to support User C AND User D having access to Website A, but only User C can access Website B.
Looking at the db schema Umami uses, this does not seem like a quick fix and is probably a breaking change. As I understand the schema currently, Umami has a column which denotes the user id that has access to a website analytics data. My suggested change is to add a new table to the schema which has the access rights per user and website. For example:
Or perhaps the following
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions