mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-06-04 14:15:24 -04:00
* fix(security): reset login attempts after successful login Enforce a maximum number of consecutive failed logins. Successfully logging in should reset the count. #2569 * fix(security): fix when user is unlocked The user should be unlocked when locked_at is set, but the lock has expired. #2569