MarcC Posted September 7, 2012 Posted September 7, 2012 I recognize that this is probably great for security, but it's just not working for my client right now. I just upgraded the site, and one staff member got the wait time incremented to 90 seconds before she saw the message about waiting So then she said she was going to put off working on the site for a few days, because she couldn't deal with it for now. I can't have this mental block happen with other staff or other clients--how do I turn it off? Thanks 1
Soma Posted September 7, 2012 Posted September 7, 2012 I think you can simply deinstall Session Login Throttle module. 3
Martijn Geerts Posted September 7, 2012 Posted September 7, 2012 Somehow I think the sessionLoginThrottle should reset it self to 1 entry or just delete the entrie in the DB after valid login. Maybe there is a bug in that module. In the module I'm writing, I just set the amount back to 1.
MarcC Posted September 7, 2012 Author Posted September 7, 2012 Thanks guys! Martijn, not sure I understand. What's the entry for?
Martijn Geerts Posted September 8, 2012 Posted September 8, 2012 SessionLogginthrottle.module counts the amounts of invalid login. & set the time when tried to login. If you you have a valid login, i think( not shure) that the login counter should be reset to 1. So nextime you login in wrong again you dont have to wait, 90 or 120 or 300 seconds for example. 2
MarcC Posted September 9, 2012 Author Posted September 9, 2012 Martijn, that would be a huge improvement.
ryan Posted September 10, 2012 Posted September 10, 2012 I've updated this with the suggested improvement, thanks for finding it. 2
Martijn Geerts Posted September 10, 2012 Posted September 10, 2012 Thats cool, if it's in the core... I'll delete my (xtra) throttle functions in my module.... I'll hope I will find the time to continue with writing of it. 1
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