Our app uses SQL Server, SNC connection, PB 2019 GA.
One of our customers added a trigger that emails an admin person when someone enters an invalid password.
They were getting three emails at a time so they did a dbtrace and sure enough there were two extra login attempts.
We did not code for automatic retries so I am wondering if this might be something the driver is doing.