-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Control access to create/edit group functionality #46
Comments
Maybe Emon itself needs some kind of permissions system, so that you can grant users different capabilities? |
You are right that there is no control access in emonCMS. Basically you can be superadmin ("admin" column in users table) or normal user. This is because until we made the Group module the use for emnCMS has always been single users accessing their own data. |
Thinking about it from a different angle: what is what we want for Nobel Grid users? Only access to the dashboards? Could there be a "Dashboard only" type of login? |
Yeah, I suppose I am also thinking that we need to disable access to a bunch of things for managed users. For user experience - so they don't have access to stuff that doesn't make sense for them / is useless - and also for privacy/data access reasons - if they change their device details for example they might be able to read other people's data. (Though I know Ben has written safeguards for this.) |
Oh interesting, you need to tell me how they can do that ;) |
I am going to spend some time this week trying to prototype a capability system. I'll let you know how I get on! |
Cool :) |
Users we're creating for Nobel Grid have access to the groups UI and can create groups. It would be good to be able to disable this.
The text was updated successfully, but these errors were encountered: