Gideon So Posted May 10, 2018 Share Posted May 10, 2018 Hi, I built a login form for user to login to the web. There is a case when a user login with incorrect user name or password and he /she login again immediately that causes an internal server error. Then I checked the system session log: And then I checked the system exception log: Look like the system think that the guest user logged in to the system twice in a very short period and causes a 500 internal server error. The workaround for now is uninstall the LoginThrottle module. Is there any way to remedy this?? Gideon Link to comment Share on other sites More sharing options...
tpr Posted May 10, 2018 Share Posted May 10, 2018 I came to the same conclusion when using the Page Protector module, uninstalling the SessionLoginThrottle module: I think it's a bug, non-superusers getting 500 error. Link to comment Share on other sites More sharing options...
Robin S Posted May 10, 2018 Share Posted May 10, 2018 You have to handle the login throttle exception: 1 Link to comment Share on other sites More sharing options...
Gideon So Posted May 10, 2018 Author Share Posted May 10, 2018 Hi @Robin S, Thanks for the tip. Never seen that. It works. Gideon Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now