Skip to content

Commit

Permalink
clarify anon user behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
nextguyover committed Dec 27, 2024
1 parent b0cb3ce commit 1b7d20e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,11 @@ Configure parameters related to the user authentication process and login authen
2. Number of incorrect attempts before the one-time authentication code sent to a user's email is invalidated
3. Maximum number of consecutive authentication code emails to send to a particular user. This value resets upon a successful login. See [abuse mitigation](../admin-guide/abuse-mitigation/index.md#email-spam) for more info.
4. Cooldown hours duration to reset the unsuccessful verification code email count. See [abuse mitigation](../admin-guide/abuse-mitigation/index.md#email-spam) for more info.
5. Maximum number of new user sign ups (with no logins) within a certain time duration. Set `-1` to disable limit. See [abuse mitigation](../admin-guide/abuse-mitigation/index.md#email-spam) for more info.
5.
Maximum number of new user sign ups (with no logins) within a certain time duration. Set `-1` to disable limit. See [abuse mitigation](../admin-guide/abuse-mitigation/index.md#email-spam) for more info.

This limit does not apply to anonymous users.

6. Maximum user sign up limit duration. Sign ups will be temporarily disabled if number of user sign ups (without logins) within this duration is `>MaxNewSignups`. See [abuse mitigation](../admin-guide/abuse-mitigation/index.md#email-spam) for more info.

## Comment Settings
Expand Down

0 comments on commit 1b7d20e

Please sign in to comment.