Non-Unique Email

Is there a way to make users with email’s that are not unique? Unfortunately it is a requirement and we cannot use keycloak if emails have to be unique. Is there a way to work around it?

The reason for the requirement is we have multiple people in the same family that create separate accounts but share an email account.

1 Like

Disable Login with email and enable Duplicate emails in the realm configuration:
image

2 Likes

thanks for the quick response!