So i have this workflow where an admin create someone account with the email and then send the reset password to the email
Now since reset password has Duration 24hour and after that it’s invalid
I want to delete that user since he/she didn’t visit the link or atleast tell the admin it is expired
i think the solution here is to create a recursive flow based on the created date and a status like is_passwordupdate?
I don’t know how can anyone teach me