Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-moe committed Jan 5, 2024
1 parent ed95836 commit a4fb124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/permission.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Permission 是用户在单个域内拥有的权限,如创建题目/比赛,

## 角色

通常我们需要给特定的一组用户分配相同的权限。在用户量较多的时候这会非常混乱难以管理,为此我们设计了【角色】
通常我们需要给特定的一组用户分配相同的权限。在用户量较多的时候这会非常混乱难以管理,为此我们设计了【角色】,便于批量操作与管理。
角色是针对域内权限(PERM)的。在系统内置了三个角色:

- guest (对未登录用户生效,含已封禁用户)
Expand All @@ -31,6 +31,6 @@ Permission 是用户在单个域内拥有的权限,如创建题目/比赛,

## 加入域

加入域的过程实际上是**用户通过某种方式自助将自己的权限组由 default 变更到另一权限组(如member)**的过程。
加入域的过程实际上是 **用户通过某种方式自助将自己的权限组由 default 变更到另一权限组(如member)** 的过程。
因此在入域申请链接的权限组中选择 guest 和 default 是没有意义的。

0 comments on commit a4fb124

Please sign in to comment.