mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-26 17:09:14 +01:00
Merge branch 'master' into patch-12
This commit is contained in:
commit
a9d15d7e1c
@ -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`**。
|
@ -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`**。
|
||||
|
||||
## 裝置存取權限
|
||||
|
||||
若要將裝置與使用者關聯,有兩種方法:
|
||||
|
||||
- 透過控制台裝置頁面
|
||||
- 在客戶端登入指定的使用者帳號
|
||||
|
||||
以下兩種情況將使裝置無法存取:
|
||||
- 在控制台的裝置頁面停用裝置
|
||||
- 在控制台的使用者頁面停用使用者
|
||||
|
||||
關聯裝置僅能被同使用者或使用者群組的裝置存取,或擁有正確的跨群組設定。
|
||||
|
26
content/self-host/pro/permissions/_index.en.md
Normal file
26
content/self-host/pro/permissions/_index.en.md
Normal 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)
|
BIN
content/self-host/pro/permissions/images/crossgrp.png
Normal file
BIN
content/self-host/pro/permissions/images/crossgrp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 129 KiB |
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user