-
Notifications
You must be signed in to change notification settings - Fork 50
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
User Read/Edit permission #1552
Comments
Read view will restrict what fields can be seen. |
1 similar comment
Read view will restrict what fields can be seen. |
Check the UsersViewPermissionDefinition when we implement this as it is not used anywhere anymore but could be used in the UI to hide/show the Users/Roles menu item. |
@terrypacker do you think we should remove the |
Also @terrypacker can you please elaborate on what you mean by these -
|
I think the idea was to restrict various fields per permission but I don't really like that idea as it makes things non-standard. I believe that we should just use the read/edit permissions like everything else where you can read/edit the whole user or not. As for:
Agreed that is redundant now, we should use an upgrade (I think), we should check when that was added to the codebase as it may just be for 4.0 which would imply we can remove it without an upgrade path. If we need to do the upgrade then I guess it would be something like this:
We should probably think that through further but just tossing out my thoughts here for now. |
I dont think there is an upgrade path, besides creating a new role for every single user with permission to edit themselves... We can't copy roles from the "edit self" permission to the user's edit permission as this would allow someone to edit another user which they didn't previously have access to edit. |
Released in beta.13 |
Add Read and Edit permission to User. This will allow letting certain users edit other users and view other users.
The text was updated successfully, but these errors were encountered: