From 23226c53bd821c9b16207b8dc6febac6eacf6a3b Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Thu, 17 Dec 2020 22:18:11 +0100 Subject: [PATCH] [docs-only] minor improvements for release notes --- docs/ocis/release_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index 1961820b0..c85c69a27 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -261,9 +261,9 @@ The settings service provides APIs for other services for registering a set of s Infinite Scale follows a role-based access control model. Based on permissions for actions which are provided by the system and by extensions, roles can be composed. Ultimately, these roles can be assigned to users to define what users are permitted to do. This model allows a segregation of duties for administration and allows granular control of how different types of users (e.g., Guests) can use the platform. -- Currently available permissions: Manage accounts (gives access to the internal user management) +- Currently available permissions: Manage accounts (gives access to the internal user management), manage roles (allows to assign roles to users) - The current roles are exemplary default roles which are used for demonstration purposes - - "Admin": Has the permission to "manage accounts" + - "Admin": Has the permissions to "manage accounts" and to "manage roles" - "User": Does not have any dedicated permission - "Guest": Does not have any dedicated permission - Currently a user can only have one role