Skip to content

Commit 60d58d8

Browse files
author
adam-dupaski
committed
Proofread example
1 parent dd07cd5 commit 60d58d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/howto/security/set-up-anonymous-user-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: ["anonymous", "security"]
99

1010
## 1 Introduction
1111

12-
When setting up anonymous access for your application, you should be careful about where you give access to users. There are some guidelines for this so that you don't make your entire application accessible to the public.
12+
When setting up anonymous access for your application, you should be careful about where you give access to users. There are some guidelines for this so that you do not make your entire application accessible to the public.
1313

1414
When creating an anonymous user role, always make sure you give it as little access as possible. Accordingly, you never want to re-use module rules from your named user accounts. It may be faster to reuse module rules, but this makes it much easier to give an anonymous user too much access to information in your application. When you are using anonymous users, any changes made to your object can never be traced back to the actual user, since the user was anonymous and no longer exists.
1515

0 commit comments

Comments
 (0)