When using the built in bubble field for User’s email confirmed, is there a way to tell bubble their email is not confirmed when they change their email? Right now a user can confirm their email, but when they change their email, bubble will still say the user’s email confirmed is yes, even though it’s a different email that was never confirmed by that user.
Was going off this post/feature:
Hi there,
I use a separate field of type Yes/No on the user, called Email Confirmed. I have a backend workflow triggered that when a User’s email is confirmed, this Yes/No flips to Yes. I only reference my Yes/No field when evaluating email confirmation, which allows me to control things like if a user changes their email, I flip this field to No again.
2 Likes
You can add a workflow step “Send confirmation email.” According to the manual: “This action sends an email to the currently logged-in user to confirm the email is valid and that they can access it. If an email was already confirmed, the user’s property ‘email confirmed’ is marked as unconfirmed until the user clicks the link in the new email.”
3 Likes