- Fix your network device to pass through the IP address of each user instead of proxy-ing them as a single IP address. See: Reverse Proxy
- Configure Curator’s throttle to allow more failed attempts before triggering the throttle or a shorter suspension time after a throttle is triggered.
User Security
User Throttling
Configure user request throttling and rate limiting to prevent system abuse and improve performance stability.
As a security measure, Curator throttles certain activities for a user to mitigate malicious activities.
Where possible, this blocks the logged in user. If there is no logged in user, then it blocks the IP address
of the user. For instance, logins only allow a limited number of failed attempts within a time period. If
that limit is exceeded, the user’s IP address is blocked for a period of time to help prevent someone from
brute forcing another user’s password.
If Curator is behind a load balancer, reverse proxy, or some other network device that makes it look like all
users are sharing the same IP address, Curator won’t be able to distinguish users by IP address so they’ll
share the same throttle window when tracking activities that can’t be tied to a logged in user. In that
case, if there are several different users who all mistype their password within minutes of each other,
Curator will block all users from logging in. If this becomes a recurring issue with your Curator site, the
potential fixes are: