Show a better error message for repeated incorrect login attempts, currently it shows Maximum number of authentication attempts reached, but the user is able to try again without interruption.
We could probably mimic the behaviors set by the default login (non-authd), where it basically "deselects that user", and requires you to re-click on it. or mimic the sudo behavior: sudo-rs: Maximum 3 incorrect authentication attempts, then it requires you to re-execute the sudo command again.