Disable signup for users under 13

Does Auth0 have a way to disable registration for users under 13 years of age?

:wave @asuit upon signup you could collect the age and if the user is under 13 you prevent them from authenticating. You could achieve this through creating a Rule. It won’t prevent a signup but will prevent authentication (make authentication fail when a user profile attribute (i.e. age) does not match a particular value).

I’m not familiar with making rules in Auth0, so is there some type of template for this?

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