How to check if an email exists despite privacy rules

Hi there!

While registering a new user I want to check if an email address is already registered. I’m trying to do this by searching for users with this email but since I want to keep user’s email addresses private it doesn’t work. What’s the best practice here?

Thanks in advance!

You can hide the email address whilst still allowing search access.

1 Like

I guess you cannot register two accounts using the same email. Bubble handles this by default.

1 Like