I have an issue where I want to create two different username policies based on the selected user role.
If the role is a certain value, I enable the "email" field and use this as the authentication credential.
If the role is another value, I DO NOT enable the "email" field and instead enable a combination of "random_username_method", "random_username_length" and "multi_prefix".
However, this does not seem to work and more for clarity then anything, I assume this is because of how it processes the "Enable IF" rules.
Does anyone have any bright ideas or fixes?