From 23226c53bd821c9b16207b8dc6febac6eacf6a3b Mon Sep 17 00:00:00 2001 From: Patrick Maier Date: Thu, 17 Dec 2020 22:18:11 +0100 Subject: [PATCH 1/2] [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 From 2c54d372705e2b730acc893230b36da1b6d7ece3 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 18 Dec 2020 08:22:11 +0545 Subject: [PATCH 2/2] Update docs/ocis/release_notes.md --- docs/ocis/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/release_notes.md b/docs/ocis/release_notes.md index c85c69a27..6b6e4c3dc 100644 --- a/docs/ocis/release_notes.md +++ b/docs/ocis/release_notes.md @@ -261,7 +261,7 @@ 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), manage roles (allows to assign roles to users) +- Currently available permissions: Manage accounts (gives access to the internal user management), manage roles (allows assigning roles to users) - The current roles are exemplary default roles which are used for demonstration purposes - "Admin": Has the permissions to "manage accounts" and to "manage roles" - "User": Does not have any dedicated permission