Send confirmation email action

Hi can anybody guide me how to change the email confirmed from ‘no’ to ‘yes’ using bubbles internal email confirmation action?

image

Actually I have set a condition to mark it as ‘no’ when the user signs up and was expecting it to change to ‘Yes’ when the user clicks on link sent to his email id, but that’s not happened.
Any help will be appreciated.

1 Like

Hi @Ankur,

You don’t need to change anything yourself. By default, this internal field will be set to “no” for all new users that are created in your app. When they click that confirmation link, it’ll change to “yes” automatically.

To see the value of the field for a user, you’ll just want the expression “User’s email confirmed” - the value of that expression is either “yes” or “no.”

Hope this helps!


Gaby | Coaching Bubble
Private coaching, courses, and tons of free resources
Become a VIP Member for immediate access to 100+ lessons, videos, webinars, and more

2 Likes

Thanks Gaby,
I am sure it does but how do I restrict access to the app for unverified users? Because the verification mail is sent after the user has signed up I want to allow further access only after the email is verified. As of now the verification process is at users will, they gain access to all features even if they don’t verify.

Hey @Ankur,

You can add a workflow that runs if the user’s “emailconfirmed” is no, then show a popup or however you want to deal with unverified email accounts.

(Here’s an example image)

2 Likes

Thanks @romanmg/ @Profamii,
Figured it out, in fact I had created an email confirm database field manually and hence was getting confused with the internal field.

One more thing if you can answer, is there an option to see the email confirmed status in database for each user? I could not find it in the database view.

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