Skip verify when creating account? #426
Closed
jesseduffield
started this conversation in
General
Replies: 1 comment
-
I now see that you can alter how |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've implemented an invitation system and I want to make it so that when a user clicks on an invite link and then creates an account, we don't need to verify the user because they've already verified their email by virtue of having clicked the invite link in the email.
So I'm wondering, is there a way to optionally skip verifying an account e.g. from within before_create_account or after_create_account. Or is there some other approach you recommend?
Beta Was this translation helpful? Give feedback.
All reactions