Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to do a retry confirmation email ? #339

Closed
akhilmhdh opened this issue Apr 23, 2022 · 1 comment
Closed

How to do a retry confirmation email ? #339

akhilmhdh opened this issue Apr 23, 2022 · 1 comment

Comments

@akhilmhdh
Copy link

Hey there,

I was playing around with authboss as a whole. Confirmation module works as expected. But out of curiosity wanted to try how to do a retry for confirmation mail to be sent again. Like scenarios in which user may have missed it etc.

I found out that code its added as register event effect. But read in documentation that i can be triggered with register hook.

Can someone please help me on, whether this is something achievable. I saw the function for it to start the flow but can't seem to get an idea on how to execute it.

@aarondl
Copy link
Member

aarondl commented Mar 13, 2023

All the code is there and broken apart in such a way to make it easy to call the part you're interested in. I don't have enough context about your use case, but basically just call one of the methods:
StartConfirmation, StartConfirmationWeb or SendConfirmEmail

@aarondl aarondl closed this as completed Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants