From b9242dffe2a2c7ee949df56277155ab804c207ec Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:18:09 +0800 Subject: [PATCH 1/2] Update 3.role-list.md --- docs-2.0/7.data-security/1.authentication/3.role-list.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-2.0/7.data-security/1.authentication/3.role-list.md b/docs-2.0/7.data-security/1.authentication/3.role-list.md index 380cd9d2a0c..b674547455e 100644 --- a/docs-2.0/7.data-security/1.authentication/3.role-list.md +++ b/docs-2.0/7.data-security/1.authentication/3.role-list.md @@ -129,6 +129,7 @@ SHOW GRANTS [] - The default Basic role does not have any Tag/Edge read and write permissions. - Only GOD and ADMIN role users can perform GRANT and REVOKE operations. - Only allow users to GRANT and REVOKE the Basic role in the specified graph space, and are not allowed to grant authorization to other role users. +- The Basic role **cannot** insert the vertex without tag. ### Examples From f8c489c8921fe5508f9a7a79a770ee905ebdea44 Mon Sep 17 00:00:00 2001 From: foesa <35463247+foesa-yang@users.noreply.github.com> Date: Fri, 13 Jan 2023 15:30:45 +0800 Subject: [PATCH 2/2] Update docs-2.0/7.data-security/1.authentication/3.role-list.md Co-authored-by: abby.huang <78209557+abby-cyber@users.noreply.github.com> --- docs-2.0/7.data-security/1.authentication/3.role-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/7.data-security/1.authentication/3.role-list.md b/docs-2.0/7.data-security/1.authentication/3.role-list.md index b674547455e..44f98fb2230 100644 --- a/docs-2.0/7.data-security/1.authentication/3.role-list.md +++ b/docs-2.0/7.data-security/1.authentication/3.role-list.md @@ -129,7 +129,7 @@ SHOW GRANTS [] - The default Basic role does not have any Tag/Edge read and write permissions. - Only GOD and ADMIN role users can perform GRANT and REVOKE operations. - Only allow users to GRANT and REVOKE the Basic role in the specified graph space, and are not allowed to grant authorization to other role users. -- The Basic role **cannot** insert the vertex without tag. +- The Basic role **cannot** insert vertices without a tag. ### Examples