Struggling to resolve this, chatgpt is sending me round in circles!
Basically I can send confirmation email, and in workflow log user out but user can still login without confirming in email.
Grateful for simple explanation please to ensure user can only login post email confirmation
Thanks in advance!
on workflow action add condition and search for the user with email and check if email confirmed or not.
You
I tried this which blocks user before confirmation, but now confirmation not working, sorry this is killing me!
think its fixed with this - thanks again for your help you got me unstuck!
1 Like
Why not just adding the conditional on the first Step?
So user will be logged only of email is confirmed.
You don’t need to log and logout if email is not confirmed.
Would this make sense?