You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User does not receive the correct verification communication when form field is the verification strategy and both registration and email verification are enabled during registration (this workflow issue may extend to login as well).
Observed versions
1.53.2
Affects versions
The version, or versions where this bug exists. If you do not know, please leave blank for now.
Steps to reproduce
Two bugs 🐛
Case 1 - Two verification steps, only one step gated
Prerequisite setup: Registration Verification enabled, but no "gate" for unverified behavior
Prerequisite setup: Email Verification enabled (and do not allow implicit verification), with a "gate" enabled for unverified behavior
User registers (self service)
User receives registration verification email (but notably not an email verification email, even though this is the only "gate")
User is redirected to email verification gate page (email/verification-required).
User then has to click send me another email (this step should not be required, we should automatically do this)
WORKAROUND - have JS complete this click operation in step 6, using our themes
Case 2- Two verification steps configured with two gates
Prerequisite setup: Registration Verification enabled, with a "gate" enabled for unverified behavior
Prerequisite setup: Email Verification turned on (and do not allow implicit verification), with a "gate" enabled for unverified behavior
User registers
User redirected to registration gate page (registration/verification-required). Receives email to verify registration. Enters registration verification code
User redirected to email verification page (email/verification-required) , as expected. However, user is not sent email verification code.
User then has to click send me another email (this should not be required, we should automatically do this)
WORKAROUND - have JS complete this click operation in step 6, using our themes
Expected behavior
We should sent the correct communication at the correct times when email and registration workflows are both enabled.
Screenshots
If applicable, add screenshots to help explain your problem. Delete this section if it is not applicable.
Platform
(Please complete the following information)
Dev Setup - 1.53.2
Description
User does not receive the correct verification communication when
form field
is the verification strategy and both registration and email verification are enabled during registration (this workflow issue may extend to login as well).Observed versions
1.53.2
Affects versions
The version, or versions where this bug exists. If you do not know, please leave blank for now.
Steps to reproduce
Two bugs 🐛
Case 1 - Two verification steps, only one step gated
email/verification-required
).send me another email
(this step should not be required, we should automatically do this)Case 2- Two verification steps configured with two gates
registration/verification-required
). Receives email to verify registration. Enters registration verification codeemail/verification-required
) , as expected. However, user is not sent email verification code.send me another email
(this should not be required, we should automatically do this)Expected behavior
We should sent the correct communication at the correct times when email and registration workflows are both enabled.
Screenshots
If applicable, add screenshots to help explain your problem. Delete this section if it is not applicable.
Platform
(Please complete the following information)
Dev Setup - 1.53.2
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: