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:
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
The App tracks failed login attempts from members here
Ethics-app/controllers/member_login.js
Line 116 in de7f31e
The Account is automatically blocked once there were 6 failed login attempts here:
Ethics-app/controllers/member_login.js
Line 74 in de7f31e
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