Is there a way to load a Custom Password Policy in the SignInWidget?
Currently, the password complexity comes from our Default Password Policy but we want to make it more “flexible”, so I’m trying to get to this piece of code:
config.registration = {
parseSchema: function (schema, onSuccess) { ... }
}
And have my custom password policy on the schema variable instead of the default policy
How can I achieve this?
Any tip is welcome and grateful