Currently Auth0 allows emails like {{9*9}}@XYZ.com for email/password authentication, I do not want to allow some characters like {, } or * because of the further flow of my application.
Is there a way I can achieve this providing my custom regex?
OR
Can I achieve this using PreUserRegistration Flow?
Ref: Pre User Registration Flow
