polonel / trudesk

:coffee: :seedling: Trudesk is an open-source help desk/ticketing solution.
http://trudesk.io
Other
1.29k stars 430 forks source link

Error 429 Too many request #672

Closed nmincone closed 3 months ago

nmincone commented 3 months ago

Is this a BUG REPORT or FEATURE REQUEST?:

What happened: After attempting to login approx 6-10 times, user is faced with an error page preventing them or any other user from logging in. What did you expect to happen:

How to reproduce it (as minimally and precisely as possible): Repeatedly entering in the wrong username or password

Anything else we need to know?:

Environment:

polonel commented 3 months ago

Not a bug. It's rate is limited with IP BAN, thus preventing you from logging in as any user once the IP is banned.

nmincone commented 3 months ago

Noted. It bans the WAN IP? So anyone in the building can't log a support ticket? How long before it times out? The only way we found a solution was to restart the docker container.

polonel commented 3 months ago

Please see These ENV Vars to set to user only or even disable the rate limit entirely if you wish.