Create user generate password does not consistently meet default password requirement
Describe the bug
Password randomness occasionally omits a special character or number
To Reproduce
Steps to reproduce the behavior: Got to create a new user >> click generate password.
Expected behavior
Password should include a number, lower and uppercase letter, and special character.
Screenshots

@CrestApps I think you are the one who worked on this, am I right?
Yes. I’ll fix it tomorrow. Feel free to assign it to me
https://github.com/OrchardCMS/OrchardCore/blob/b51608aee848285d37aa0590c622dfd7d9dbff41/src/OrchardCore.Modules/OrchardCore.Users/Views/UserFields.Edit.cshtml#L75-L84
BTW the current function SHOULD be align the password requirements for IdentityOptions