-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[MWS] Manage Roles -- what should it do #8755
Comments
The edit role feature allows the user to modify the name and description of roles. It doesn't really have an effect on the behavior of the app |
Where do we define, what a role can do? |
It is defined in the ACL configuration for a tiddler. For example, on this page http://127.0.0.1:8080/admin/acl/recipe-rho/bag-beta the admin can configure what permissions users with a certain role has |
In the screenshot there is the READ description, that says: |
What are the possible permissions? |
Since every role can be deleted. What happens, if I do delete all roles for a bag? |
I just spotted an other issue in the screenshot. IMO the "recipe ACL" needs to manage access rights for bags and recipes and not to tiddlers. The "bag ACL" can manage access rights for tiddlers. @Jermolene |
Yeah, the READ description was a typo, I'll correct that. Actually, the READ permission allows the user to only READ from an entity. |
Possible permissions are WRITE and READ. These permissions are assigned to specific roles with respect to a recipe or bag. |
Not all roles can be deleted. The ADMIN role can not be deleted. Also, if the system has multiple ADMIN users, only N-1 admin accounts can be deleted, this means that there must be at least one ADMIN account at all times. |
@webplusai -- How can I open the recipe and bag ACL config page? |
Thanks @pmario @webplusai – it would be very helpful to develop some documentation updates from this discussion. |
hello, @webplusai the icon actually opens the link only when the name of the recipe is the same of the name of the bag itself. If not there's no way to edit the ACL of the other eventual bag, if the recipe has more than one. |
@webplusai
Is the functionality of this UI still WIP (work in progress), or do I miss something.
IMO we should have a "tag" in the UI, which shows eg: WIP -- so testers know, that the functionality is not finished yet.
The text was updated successfully, but these errors were encountered: