Load Custom Password Policies

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.