Hi, we have implemented an invite only system where our api (dotnet core) creates Auth0 users using Auth0.ManagementApi and then creates a change password request using AuthenticationApiClient
The email templates use conditions to represent the change password email as a welcome email.
This is all as outlined as a method here: Send Email Invitations for Application Signup
However we are getting many users who delay their response, not being able to set their password due to a link expired message. When trying to reset password using the login page’s password reset link they never receive an email.
If i manual resend the password reset email as admin from the control panel they never receive the email.
I ‘Think’ this may be because the users email is not verified?
Can anyone confirm this is the issue
Is the a better way to do this to avoid the issue?