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!