You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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>
Copy file name to clipboardExpand all lines: pages/guide/advanced/meta.md
+40-6Lines changed: 40 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ top: 80
9
9
---
10
10
11
11
::: 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.
@@ -62,15 +62,49 @@ The correct check example is shown below. If you configure the options correctly
62
62
63
63
:::
64
64
65
-
## Write { lang="en" }
65
+
## Read Users { lang="en" }
66
66
67
-
## 写入 { lang="zh-CN" }
67
+
## 可读用户 { lang="zh-CN" }
68
68
69
69
::: 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
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
0 commit comments