Skip to content

Commit a046073

Browse files
committed
Update anonymous users security warning text
1 parent 1b6dcaf commit a046073

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/docs/refguide/modeling/security/app-security/anonymous-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The properties of anonymous users are described in the table below:
2222
| Anonymous user role | The user role that end-users of your application have when they are not signed in. This tells the application which role should be automatically applied to anonymous users who access the app. The **Allow anonymous users** property should be set to **Yes** to select an anonymous user role. |
2323

2424
{{% alert color="warning" %}}
25-
Enabling anonymous users allows anyone to start using your app without signing in. If you do not secure your data with appropriate entity access rules for the anonymous user role, this can lead to unintended data exposure.
25+
Enabling anonymous users allows anyone to use your app without signing in. To prevent unintended data exposure, ensure that the anonymous user role has limited access across your app by configuring appropriate entity and microflow access rules.
2626
{{% /alert %}}
2727

2828
## Read More

content/en/docs/refguide10/modeling/security/app-security/anonymous-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The properties of anonymous users are described in the table below:
2222
| Anonymous user role | The user role that end-users of your application have when they are not signed in. This tells the application which role should be automatically applied to anonymous users who access the app. The **Allow anonymous users** property should be set to **Yes** to select an anonymous user role. |
2323

2424
{{% alert color="warning" %}}
25-
Enabling anonymous users allows anyone to start using your app without signing in. If you do not secure your data with appropriate entity access rules for the anonymous user role, this can lead to unintended data exposure.
25+
Enabling anonymous users allows anyone to use your app without signing in. To prevent unintended data exposure, ensure that the anonymous user role has limited access across your app by configuring appropriate entity and microflow access rules.
2626
{{% /alert %}}
2727

2828
## Read More

content/en/docs/refguide9/modeling/app-explorer/security/app-security/anonymous-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The properties of anonymous users are described in the table below:
2222
| Anonymous user role | The user role that end-users of your application have when they are not signed in. This tells the application which role should be automatically applied to anonymous users who access the app. The **Allow anonymous users** property should be set to **Yes** to select an anonymous user role. |
2323

2424
{{% alert color="warning" %}}
25-
Enabling anonymous users allows anyone to start using your app without signing in. If you do not secure your data with appropriate entity access rules for the anonymous user role, this can lead to unintended data exposure.
25+
Enabling anonymous users allows anyone to use your app without signing in. To prevent unintended data exposure, ensure that the anonymous user role has limited access across your app by configuring appropriate entity and microflow access rules.
2626
{{% /alert %}}
2727

2828
## Read More

0 commit comments

Comments
 (0)