Bubble do not verify user's (email and pw),?

Dear Sirs,
I recently tried to publish my first Bubble app but encountered an unusual problem. In some cases, Bubble doesn’t seem to verify the user’s email and password. For example, a user can enter any email and password and access the app, although they’re not actually logged in.

I’ve included a video recording below to demonstrate this issue. you can see that Bubble doesn’t check the user’s email and password, allowing them to enter the app.
I have spent 4 hours on this and I don’t see any setting problems in my workflow. Does anyone know what is wrong?

Has anyone experienced something similar or have any ideas about what might be causing this?

Can you share the workflow details when you click on Login. Also is there any action on “On Page Load” for main page.

Bubble seems to be verifying the user further flow is not correct.
On the left side, it took the user to Account, On the right it took the user to Job Bookmark

I also noticed the url on left using ID and slug on the right.
Check if they are handled properly.

I would be happy to get on a call if you wish to debug this together. [Schedule a Call]

Hi Codefree,
I checked several times again, and now it seems that Bubble doesn’t verify the email or password at all. I upload a new video below.

Hi W, did you use the debugger to see what is happening?

Finally, I found the reason. The below setting makes the error happen.

My original idea was that only the users who clicked the validating email were allowed to log in. But it turns out to let the un-log-in users go to the main page…

It might be smart to add a condition “Only when Current User is logged in” to the ‘Go to page main’ steps (since it seems you only want logged in users visiting page main) in your login flow.

Additionally you can show an alert to remind them to confirm their email.

And add an event ‘When User is Logged Out’ with an action ‘Navigate to page index (or the page you want users who are not logged in to go)’ on page Main. This will send logged out users away.

Hope it helps!

1 Like

Hi Gerbertdelangen

Yes, you provide a comprehensive workflow for logging users in. This is valuable, and thank you for taking the time to deliberate on it!

WenHao

1 Like

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