chris - Hi, we are trying to bulk create users ...
Hi, we are trying to bulk create users in thoughtspot, but we occassionally get an error for our passwords not being complex enough. According to the docs, there's an external library being used to test for complexity? May we know how what's the complexity behind this?
Activate your ThoughtSpot account using IAM V2 | ThoughtSpot Cloud
Learn how to activate your ThoughtSpot account.
1 Reply
@chris As it is mentioned in the docs, this is the external library (https://github.com/dropbox/zxcvbn) which tests for the password complexity. It also gives some examples on what kind of passwords are considered weak (eg:
P@ssword1
).GitHub
GitHub - dropbox/zxcvbn: Low-Budget Password Strength Estimation
Low-Budget Password Strength Estimation. Contribute to dropbox/zxcvbn development by creating an account on GitHub.