skipPasswordChecks property
When set to true
all password checks are skipped. It is recommended to use this method only when migrating plaintext passwords to Clerk. Upon migration the user base should be prompted to pick stronger password.
Implementation
bool? skipPasswordChecks;