The current code creates a random password that is only 12 characters long. This pull request increases the password length to 43 characters which gives 256-bit entropy.
Thanks for the PR.
I have confirmed that the length of the string handled by Strapi is also fine and will merge it.
We will release a new version soon.
The current code creates a random password that is only 12 characters long. This pull request increases the password length to 43 characters which gives 256-bit entropy.