Details
Description
In the crc.properties file there is a parameter called edu.harvard.i2b2.crc.lockout.setfinderquery.count. When an obfuscated user exceeds the value entered at this parameter they will receive a message informing them they have been locked out.
PROBLEM:
An error message is displaying instead of the lockout message the first time they exceed the count.
For instance, if the lockout count is 7, the 8th time they run the query they will receive an error message. The 9th time they run the query they will receive the lockout message.
WHAT SHOULD HAPPEN:
The lockout message should display when the obfuscated user reaches the ‘lockout count +1’ which in this case = 8.
PROBLEM:
An error message is displaying instead of the lockout message the first time they exceed the count.
For instance, if the lockout count is 7, the 8th time they run the query they will receive an error message. The 9th time they run the query they will receive the lockout message.
WHAT SHOULD HAPPEN:
The lockout message should display when the obfuscated user reaches the ‘lockout count +1’ which in this case = 8.