Disable email verification on user signup (via create user and registration combined API)
-
Hello,
Hope you all are doing well. I was looking for functionality in which a user gets signed up using create user and registration (combined) API but verification email should not trigger. I have already come across with
skipVerification
field but setting this field also marks the email as verified. What I want is the user gets signed up, email should not trigger at that time and later user would verify his/her email via some other flow using FusionAuth resend verification email and verify user email APIs. So, can such flow be implemented using FusionAuth?Thanks for your time.
-
Hmmm. In 1.32, we introduced the concept of disabling implicit email verification.
It is located at
Tenant -> Email -> Email Verification settings
in the UI, ortenant.emailConfiguration.implicitEmailVerificationAllowed
in the API.I'd have to test to see if it helps with your scenario.
Can you try it and let us know?
-
@dan Thanks for your reply. I have tested the case after disabling
Allow implicit verification
option along with settingskipVerification
field astrue
but still FusionAuth marking the email as verified.BTW, I did not receive the email of your reply as there is a typo in the name you mentioned (should be
.
in place of-
). -
Thanks for letting me know.
Can you please file a step by step bug reproduction process here: https://github.com/fusionauth/fusionauth-issues/issues and we'll put it into our prioritization process?
Thanks,
Dan -
-
@raomuneeb-khalil Thank you!