Merge branch 'master' into patch-12

This commit is contained in:
RustDesk 2023-07-14 21:47:12 +08:00 committed by GitHub
commit a9d15d7e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 58 additions and 26 deletions

View File

@ -26,16 +26,4 @@ Non-administrator users can also login to browser their device and logs, change
## Windows EXE
For Windows clients, you can leave out the custom server configuration and put the configuration information in the `RustDesk.exe` filename instead. As shown above, please go to the console welcome page and click on `Windows EXE`. **`Client >= 1.1.9 required`**。
## Device access permissions
There are two ways to associate a device with a user:
- Via console device page
- Log in to the specified user account on the client side
The following two situations will prevent the device from being accessed:
- Make device `disabled` in console devices page
- Make user `disable` in console user page
The associated device can only be accessed by user devices of the same user or user group, or in correct cross-group settings.
For Windows clients, you can leave out the custom server configuration and put the configuration information in the `RustDesk.exe` filename instead. As shown above, please go to the console welcome page and click on `Windows EXE`. **`Client >=1.1.9 Required`**。

View File

@ -28,16 +28,3 @@ weight: 10
## Windows EXE
For Windows clients, you can leave out the custom server configuration and put the configuration information in the `RustDesk.exe` filename instead. As shown above, please go to the console welcome page and click on `Windows EXE`. **`Client >=1.1.9 Required`**。
## 裝置存取權限
若要將裝置與使用者關聯,有兩種方法:
- 透過控制台裝置頁面
- 在客戶端登入指定的使用者帳號
以下兩種情況將使裝置無法存取:
- 在控制台的裝置頁面停用裝置
- 在控制台的使用者頁面停用使用者
關聯裝置僅能被同使用者或使用者群組的裝置存取,或擁有正確的跨群組設定。

View File

@ -0,0 +1,26 @@
---
title: Permission Control
weight: 15
---
## Device access permissions
There are two ways to associate a device with a user:
- Via console device page
- Log in to the specified user account on the client side
The following two situations will prevent the device from being accessed:
- Make device `disabled` in console devices page
- Make user `disable` in console user page
The associated device can only be accessed by the devices of the same user or user group, or in correct cross-group settings.
## Cross group settings
Please go to group page in the web console, click on `Edit` to edit cross group settings as below.
Your modifications to `Access with other groups` take effect immediately without requiring you to click the `OK` button.
Both `Can access to` and `Can be accessed from` serve almost the same function, we provide both options for your convenience. However, this may cause some confusion.
![](/docs/en/self-host/pro/permissions/images/crossgrp.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

View File

@ -22,3 +22,34 @@ a.padding i.fa-language{
color: var(--MENU-SEARCH-BOX-color);
border-bottom: 1px solid var(--MENU-SECTION-HR-color);
}
a {
color: #024eff;
}
body {
color: rgb(28, 30, 33) !important;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
}
li > a {
color: #606770;
font-weight: 400;
}
h1, h2, h3, h4, h5 {
color: black !important;
}
h1 {
font-weight: bold;
}
div.notices p {
color: black !important;
}
#sidebar h3 {
color: white !important;
}