I'm trying to use the failed attempts and account lock that's built into Tess instead of writing my own. I can see the soap header
<LoginAttemptHeader xmlns="http://tessiturasoftware.com/"> <FailedAttempts>8</FailedAttempts> <LockedDate>0001-01-01T00:00:00</LockedDate> <Status>P</Status> </LoginAttemptHeader>
and I added 2 rows to T_DEFAULTS, "Login Lock Timeout" & "Login Lock Max Attempts" but as you can see from the response above it is not working.
Thanks