When logging into Thoughtspot
When logging into Thoughtspot incorrectly a couple of times I noticed that it 'locks' the account for some time. How many incorrect attempts is possible? How long is the account locked for? Does this happen with AuthType.Basic authentication?
3 Replies
I am not sure of the durations. What is the use-case for this?
This should happen with AuthType.Basic as well. You can take help of in-app chat support for this
Hi @rumana-hf :
Here are the default configurations:
DEFAULT_ACCOUNT_LOCKOUT_DURATION_MIN = 60 mins.
And the default DEFAULT_MAX_ALLOWED_FAILED_LOGIN_ATTEMPTS is set to 10.
Both of these are configurable and if these needs to be adjusted, support ticket can be raised to honor the new limits.
Thanks for this!