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

Member login fail counter not resetting #55

Open
SpeckiJ opened this issue May 8, 2019 · 0 comments
Open

Member login fail counter not resetting #55

SpeckiJ opened this issue May 8, 2019 · 0 comments

Comments

@SpeckiJ
Copy link
Collaborator

SpeckiJ commented May 8, 2019

The App tracks failed login attempts from members here

client.query(query_increase_fails, [

The Account is automatically blocked once there were 6 failed login attempts here:

if(fails <= 5){

This "fails" variable (aka Database column) is never cleared automatically (e.g. once a day) and there is no way to manually reset the counter from inside the app. Once there were 5 login attempts in a lifetime of the member, the account is permanently blocked.

Desired behaviour: Allow X login attempts a day
Current behaviour: Allow X failed attempts a lifetime

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant