Skip to content

Commit ec0fbce

Browse files
Lanfeiclaude
andcommitted
docs(meta): document Read Users, Write Users and Write Content Bypass fields
- Add Read Users / 可读用户 section: per-user read whitelist with sub-folder support - Add Write Users / 可写用户 section: per-user write whitelist with sub-folder support - Rename Write → Write Content Bypass / 开放写入 to reflect refactored function name - Update intro text to note that Read/Write Users are user-specific exceptions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0287484 commit ec0fbce

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

pages/guide/advanced/meta.md

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ top: 80
99
---
1010

1111
::: en
12-
The configuration in the meta information is valid for `All Roles`, if you want to have the corresponding permissions for users, please go to `User`-->`User Account` to modify the relative permissions
12+
Most settings in meta information apply to `All Roles`. The `Read Users` and `Write Users` fields are exceptions — they allow you to restrict access to specific users.
1313
:::
1414
::: zh-CN
15-
元信息内的配置对`所有角色`生效,如果想让用户有相应的权限请前往 `用户`-->`用户账号` 进行修改相应的权限
15+
元信息中的大多数设置对`所有角色`生效`可读用户``可写用户`字段是例外——它们允许你将访问权限限制到特定用户。
1616
:::
1717

1818
## Path { lang="en" }
@@ -62,15 +62,49 @@ The correct check example is shown below. If you configure the options correctly
6262

6363
:::
6464

65-
## Write { lang="en" }
65+
## Read Users { lang="en" }
6666

67-
## 写入 { lang="zh-CN" }
67+
## 可读用户 { lang="zh-CN" }
6868

6969
::: en
70-
Allow user to make directory, new file and upload files.
70+
A whitelist of users allowed to read this path. If the list is non-empty, only the selected users can access the path; all other users will be denied access.
71+
72+
- Users are selected by name in the management interface
73+
- Check `Apply to sub folder` to also restrict sub-directories
74+
:::
75+
::: zh-CN
76+
允许读取此路径的用户白名单。如果列表非空,则只有选中的用户才能访问该路径,其他所有用户将被拒绝访问。
77+
78+
- 在管理界面中通过用户名选择用户
79+
- 勾选`应用到子文件夹`可同时限制子目录
80+
:::
81+
82+
## Write Users { lang="en" }
83+
84+
## 可写用户 { lang="zh-CN" }
85+
86+
::: en
87+
A whitelist of users allowed to write to this path. If the list is non-empty, only the selected users can perform write operations (upload, create, rename, move, delete) on this path.
88+
89+
- Users are selected by name in the management interface
90+
- Check `Apply to sub folder` to also restrict sub-directories
91+
:::
92+
::: zh-CN
93+
允许写入此路径的用户白名单。如果列表非空,则只有选中的用户才能对该路径执行写入操作(上传、新建、重命名、移动、删除)。
94+
95+
- 在管理界面中通过用户名选择用户
96+
- 勾选`应用到子文件夹`可同时限制子目录
97+
:::
98+
99+
## Write Content Bypass { lang="en" }
100+
101+
## 开放写入 { lang="zh-CN" }
102+
103+
::: en
104+
Allow any user to make directory, create new file and upload files, bypassing user-level write permission checks.
71105
:::
72106
::: zh-CN
73-
允许用户新建目录、新文件和上传文件。
107+
允许任何用户新建目录、新文件和上传文件,绕过用户级别的写入权限检查
74108
:::
75109

76110
## Hide { lang="en" }

0 commit comments

Comments
 (0)