How do I allow Log-In (ONLY) when the confirmation email link was clicked?
Thanks for any guidance.
Willia
How do I allow Log-In (ONLY) when the confirmation email link was clicked?
Thanks for any guidance.
Willia
Hi @WilliaC I havenât tested this myself, but I think you would need to create two workflows for the login button. One for a confirmed email, and one for an unconfirmed email.
If the email was confirmed, you would log the User in (shown below).
If the email was not confirmed, you could display a popup to the User about this, with an option to resend the confirmation email.
Hello @fayewatson
I was stuck on another feature and finally got around to trying this out.
This works like a charm!
Thank you so very much for taking out the time to advise me and in such great detail!
Awesome! My pleasure, @WilliaC! Glad itâs working as you need it to!
I have done everything in your example but it still wonât work. I see that you created 2 workflows for 1 button. I know you can do step 1, step 2, etc. but it appears that yourâs are completely independent. Is that the case because mine doesnât work???
Thank you!
One of the workflows has an âOnly Whenâ condition applied, thatâs how you can do it. Itâs pretty powerful!
@mgray Can you share a link to your app editor (or a screenshot of the workflows)? It is definitely possible to set up using one workflow, with two steps, and adding the conditions to each step. If itâs not working as expected, it may be because of the way the actionsâ âonly whenâ conditions are set up - happy to take a look!
Hello Faye,
For the employee sign up I have used âsend an email to confirm the emailâ
This works and employees can sign up and have to verify their emailaccountâŚ
But now I also want them to login ONLY WHEN they verified their accountâŚ
I used your example but I donât know how to create the popup âRESEND CONFIRMATION EMAILâ
How do you do this? Can you please help me
Below you can find a link to the app.
Thanks in advance for your help !!
Hello Fayewatson,
I followed each steps of your workflow and it actually works well but there is one problem. When I put an email that doesnât exist the system message from Bubble âSorry, we could not find a user with emailâ doesnât appear. Why ? Do you have an explanation ? Iâm stuck with this problem.
When <Button Login is clicked and email confirmed is ânoâ>, the popup appear whatever the email exist or not.
Thanks for any guidance.
Mehdi
P.S. Iâm a French Beginner
I have this same problem! Did you ever figure it out? @mehdi.boulainine
@jessica2 @mehdi.boulainine @fayewatson
Iâve figured it out but not sure if thatâs what you want.
For workflow with email conformation set at ânoâ, you still need âLog user inâ as part of the workflow. Thatâs the workflow which will verify the input email with the user database. Without that workflow, the input email will not be match against the user data table and hence it will simply let him go.
Hereâs a screen shot of what you supposed to have:
Hope this helps!
FundKernel Development