Login Problems: We didn’t find an account with those login credentials

Hey all, I’ve seen this problem a few times now, but no clear solution. My guess is that i’m missing something in the authentication process.
Here’s what i have:

  • i signup process which stores the user and saves their information
  • i trigger a confirmation email
  • from the confirmation email link, the user visits the page
  • i log the user out
  • i try to log back in, and see this message: We didn’t find an account with those login credentials

Any support on what i could be missing in my workflow to cause this? The user is definitely in the user table, i just don’t know if the email confirmation is working perhaps?

Did you use the built-in email field that bubble provides in the user database, or did you create a separate email field? The reason for asking is that I remember that I once struggled with the login because I used an email field that created myself instead of using the default one.

1 Like

I don’t have a lot of complexity yet, so it’s the default user table’s email field.

One thing i did notice, is that the user actually does get logged in. But the error message continues. Perhaps i need to intercept that on the case of a user already being logged in?

OK i take that back, it was because i let the user be logged in after signup. Once i log them out, i’m unable to log them back in. So I’m still stuck on logging in

Alright! I was able to figure it out, thanks @rudibakken for the hint. I ended up reviewing all of my fields again, and I had email and password fields swapped :man_facepalming:

1 Like

I’ve bee there myself haha. Glad you sorted it out :fist_right: :fist_left:

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