Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed Login Count doesn't update #2839

Closed
neilness opened this issue Nov 22, 2010 · 1 comment
Closed

Failed Login Count doesn't update #2839

neilness opened this issue Nov 22, 2010 · 1 comment
Labels
area-security bug The issue in the code or project, which should be addressed.

Comments

@neilness
Copy link

neilness created Redmine issue ID 2839

When the wrong password is supplied, failedlogincount isn't updated in the database.

needs something like:

@$up->set('failedlogincount', $up->get('failedlogincount')+1);
$up->save();@

around line 140 in core/model/modx/processors/login.php

@splittingred
Copy link

splittingred submitted:

Fixed in 99fd452

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-security bug The issue in the code or project, which should be addressed.
Projects
None yet
Development

No branches or pull requests

2 participants