In our user registration request, we are providing the parameter 'sendSetPasswordEmail' set to true. From the FusionAuth docs, it states that: "When you set this value to true, any provided password field is ignored. FusionAuth will set the initial password to a securely generated random string."
The problem occurs when the tenant also has a password Minimum Age configured. FusionAuth then does not let the user set their password for the first time until the minimum age has passed. Is there any workaround for this? It seems FusionAuth could recognize this is a default system-generated password and allow that as an exemption to the minimum age rule.