Skip to content

Commit 32e136e

Browse files
committed
fix: word order error
1 parent 75f771a commit 32e136e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ip-whitelist/ip-whitelist.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ keywords: [ip, whitelist, ip whitelist]
55
authors: [ZhaoYP-2001]
66
---
77

8-
Casdoor supports the ip whitelist function of the entry page. When a user accesses the entry page (login/signup/forget-password), Casdoor will decide whether to allow the user to access the entry page based on whether the client IP is in the whitelist. Here, we will show you how to enable the option to specify the ip whitelist function of the entry page at the organization, application and user levels.
8+
Casdoor supports the ip whitelist function of the entry page. When a user accesses the entry page (login/signup/forget-password), Casdoor will decide whether to allow the user to access the entry page based on whether the client IP is in the whitelist. Here, we will show you how to enable the option to specify the ip whitelist function of the entry page at the user, application and organization levels.
99

1010
## Configuration
1111

1212
### User Level
1313

14-
Casdoor will first determine whether the client address meets the user-level ip whitelist requirements.
14+
Casdoor will first determine whether the client address meets the user-level ip whitelist requirements.
1515

1616
If you want to specify user-level ip whitelist, you first need to add the "IP whitelist" account item on the edit page of the organization to which the user belongs. Then specify your ip whitelist by filling in the comma separated CIDR list, such as 192.168.1.0/24,25.112.0.0/16. If the ip whitelist is empty, it means there is no restriction on the client IP address.
1717

@@ -25,13 +25,13 @@ If you forget how to customize users' **account items**, Please refer to the **[
2525

2626
### Application Level
2727

28-
If the client IP address passes the organization-level check, Casdoor will proceed to perform application-level check. You can specify the ip whitelist through the `IP whitelist` configuration option on the application edit page.
28+
If the client IP address passes the user-level check, Casdoor will proceed to perform application-level check. You can specify the ip whitelist through the `IP whitelist` configuration option on the application edit page.
2929

3030
![app_ip_whitelist](/img/ip-whitelist/app_ip_whitelist.png)
3131

3232
### Organization Level
3333

34-
Organization-level check will be performed last. You can use the `IP whitelist` configuration option to specify organization-level ip whitelist.
34+
Organization-level check will be performed last. You can use the `IP whitelist` configuration option on the organization edit page to specify organization-level ip whitelist.
3535

3636
![org_ip_whitelist](/img/ip-whitelist/org_ip_whitelist.png)
3737

0 commit comments

Comments
 (0)