Error msg if email isn't recognized in bubble ap

I’m struggling w something super simple

I have two different sign in forms on my website. As apart of those workflows I need my workflows to recognize if the email entered isn’t associated with a user account and give an error msg.

I have the instructions from gemini AI but I can’t find where these things are in the workflow tab and gemini doesn’t help - could anyone help direct me around?

  1. Click “Add a new action”: This button is usually located at the bottom of the workflow editor, or within an existing action block.
  2. Search for “Search for User”: In the search bar of the action options, type “Search for User.”

Once you select “Search for User,” a new action block will be added to your workflow. You can then configure the search criteria, such as the email address input field, and set up the following conditions:

  • If User is Found: Proceed with the login process or display a welcome message.
  • If User is Not Found: Display an error message indicating that the user is not found.

Hey @bp89 :wave:

Bubble does automatically give an error message when trying to login with an email that doesn’t exist or if a password is incorrect.

What are you seeing that happens instead?

Also, I highly recommend that you don’t try to do this ‘Search for Users’ way since you will most likely be creating a security risk and exposing all your users data.

It’s built into Bubble anyways, so there is no need to do that yourself. :blush:

Does that help?

Use the Bubble Manual and Videos for help. AI stinks at understanding Bubble right now.

Try this walkthrough for Building a Sign-up System

1 Like

Great to know thank you! I was hoping these could be personalized?

Yes, you can change the alert by using a workflow action. Use this to customize the alert to a popup or something else: Workflows | Bubble Docs

‘Unhandled error occurs’

Is that what you were looking for? Hope that helps. :blush: