How check at the registration if this email already exists or not?

Hey guys, how can I set the workflow to check at the registration if this email already exists or not?
And if it doesn’t exist to show a popup and say: “This email already exists”.

Hey,

This error message is actually already generated by Bubble itself without the need for any extra manual checks. You can test it by simply trying to register a new user with an email that already exists.

If you want to change the error message, you can do this under Settings - Languages and find the USED_EMAIL string under CORE.

If you want to change your app’s behavior when the error occurs, you can use the An unhandled error occurs trigger in the Workflow editor.

2 Likes

This topic was automatically closed after 70 days. New replies are no longer allowed.