You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config/index.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,11 @@ Configure parameters related to the user authentication process and login authen
185
185
2. Number of incorrect attempts before the one-time authentication code sent to a user's email is invalidated
186
186
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.
187
187
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.
188
-
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.
188
+
5.
189
+
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.
190
+
191
+
This limit does not apply to anonymous users.
192
+
189
193
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.
0 commit comments