rbeckman-nextgen / test-mc3

0 stars 0 forks source link

Store login strikes in the database #4203

Closed rbeckman-nextgen closed 4 years ago

rbeckman-nextgen commented 4 years ago

Currently they are stored statically in memory. This not only means it won't work correctly for multiple server nodes, but it also throws a wrench into multi-factor authentication. Strikes are cleared upon successful primary login, which means that a user could potentially brute-force the secondary token.

Maybe store this as new columns on the person table

Imported Issue. Original Details: Jira Issue Key: MIRTH-4347 Reporter: narupley Created: 2018-12-12T12:01:01.000-0800