LimeSurvey: master 1bd2f1bb

Author Committer Branch Timestamp Parent
jweberhofer c_schmitz master 2019-11-19 16:13:20 master c6e53e1b
Changeset

Fixed issue #14043: Improvement in IP blocking after failed login attempts

  • Improved blocking of failed login-attempts

Record new attempts only when IP is not already blocked. This prevents endless blocking if user occasionally tries to login again.

  • Reset failed login counter after sucessful login

and remove a line of dead code

mod - application/core/LSUserIdentity.php Diff File
mod - application/models/FailedLoginAttempt.php Diff File