Skip to content

Member login fail counter not resetting #55

@SpeckiJ

Description

@SpeckiJ

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions