From 195c21abd47d49810c2cf8eb8b778ecea566d795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=E1=BB=97=20Tr=C6=B0=E1=BB=9Dng=20Giang?= Date: Wed, 25 Dec 2024 13:42:31 +0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jean-Robin --- docs/release-notes/index.md | 4 +++- docs/userman/advanced_features/auth/authorization.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 5e1882b17..dd73332e1 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -81,7 +81,9 @@ additional features. ## Improvements and changes - The `SystemCredentials^` class can now be used to authorized for administrative actions when - there is no authenticated user. See the [Authorize with SystemCredentials](../userman/advanced_features/auth/authorization.md#authorize-with-systemcredentials) for more details. + there is no authenticated user. See the + [Authorize with SystemCredentials](../userman/advanced_features/auth/authorization.md#authorize-with-systemcredentials) + for more details. ## Significant bug fixes diff --git a/docs/userman/advanced_features/auth/authorization.md b/docs/userman/advanced_features/auth/authorization.md index f258a6b08..2e66de962 100644 --- a/docs/userman/advanced_features/auth/authorization.md +++ b/docs/userman/advanced_features/auth/authorization.md @@ -220,7 +220,7 @@ this functionality. You can control the access to the functionalities exposed by The Taipy entities (Data nodes, Tasks, scenarios, ...). -Taipy Scenario and data management use four predefined user roles names that can be assigned to users. +Taipy Scenario and data management uses four predefined user role names that can be assigned to users. Each of these predefined roles provide a different set of capabilities and are described in details below.