Migration failing to import export.json due to password strength

well quitting for now. @helpbot please look at the following errors after i rolled back to do a fresh migration and set passwordMinStrength to zero first. same error:

root@mail:/home/administrator# stalwart-cli update Authentication --field passwordMinStrength=zero
Updated Authentication singleton
root@mail:/home/administrator# stalwart-cli apply --file export.json
Plan: 0 destroy, 4 update, 4 create (11 objects)
✓ created Domain (2)
✗ create Account: Account: create failed for `restore-34` (operation #2): error: invalidProperties |   Password is too weak. Repeats like "aaa" are easy to guess. Add another word or two. Uncommon words are better. Avoid repeated words and characters. |   Properties: secret
Done: 0 destroyed, 0 updated, 2 created (1 failed)
error: Account: create failed for `restore-34` (operation #2): error: invalidProperties |   Password is too weak. Repeats like "aaa" are easy to guess. Add another word or two. Uncommon words are better. Avoid repeated words and characters. |   Properties: secret
root@mail:/home/administrator# stalwart-cli get Authentication --json | jq .
{
  "directoryId": null,
  "defaultUserRoleIds": {},
  "defaultGroupRoleIds": {},
  "defaultTenantRoleIds": {},
  "defaultAdminRoleIds": {},
  "passwordHashAlgorithm": "argon2id",
  "passwordMinLength": 8,
  "passwordMaxLength": 128,
  "passwordMinStrength": "zero",
  "passwordDefaultExpiry": null,
  "maxAppPasswords": 5,
  "maxApiKeys": 5,
  "id": "singleton"
}