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?
Error 500: {"error":{"message":{"debug":{"code":10025,"incident_id_guid":"898825a2-b4dc-452d-b89f-e4a91a6fbda9","trace_id_guid":"tracing-disabled","debug":"[\"Failed to update password for user: 0000084c-224b-9d17-ffa1-aae6c6e3342d because the new password does not comply with the configured password policy. Please contact your system administrator or use a more complex password\",\"\"]"}}}}
Error 500: {"error":{"message":{"debug":{"code":10025,"incident_id_guid":"898825a2-b4dc-452d-b89f-e4a91a6fbda9","trace_id_guid":"tracing-disabled","debug":"[\"Failed to update password for user: 0000084c-224b-9d17-ffa1-aae6c6e3342d because the new password does not comply with the configured password policy. Please contact your system administrator or use a more complex password\",\"\"]"}}}}
Activate your ThoughtSpot account using IAM V2 | ThoughtSpot Cloud
Learn how to activate your ThoughtSpot account.
1 Reply
jbc
jbc2w ago
@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.

Did you find this page helpful?