This topic is locked

User Lockout

3/20/2014 2:48:29 PM
PHPRunner General questions
S
Stucco author

Is there some way to change some features of the user lockout feature?
I see currently it works by IP address and is set to five minutes.

I'd like instead it to work by username and be set to sixty minutes.
Is either of those possible?

Sergey Kornilov admin 3/20/2014

Tying it to username doesn't make much sense as it won't prevent someone from brutforcing usernames i.e. trying a new username every time.
The unlock time can be changed in the beginning of include/locking.php file:

var $UnlockTime=300;
S
Stucco author 3/22/2014

Thank you,
Is there any way to edit this in my project, so it isn't lost when I upgrade PHPRunner?