You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: