I have a question. Can we remove IP-based login blocking?
On my site, there are two users: User A and User B. Both are using the same Wi-Fi. If User A enters the wrong password and gets blocked, then at the same time User B also sees the message “Your account is blocked, please try again after 120 seconds,” even though User B is entering the correct password.
its a better security feature, you can increase count of Allow Consecutive Login Attempts in System settings to add some more flexibility.
No, it will not help for my further task
Can you share what error you are getting/ traceback?
Also please note after changing settings you might need to clear cache.
you can also add rate_limiter in site config for ip based restriction
Code for rate_limiter frappe/frappe/rate_limiter.py at develop · frappe/frappe · GitHub