johnnyrwest
11/16/2023, 9:06 PMrp_st
11/17/2023, 5:54 AMjohnnyrwest
11/17/2023, 7:21 PMYes
.
If it helps, we are using the Python SDK on version 16.3, passwordless recipe with email verification as OPTIONAL
per the above guide in combo with this one:
https://supertokens.com/docs/passwordless/common-customizations/email-verification/about#backend-setuprp_st
11/18/2023, 4:59 AMrp_st
11/18/2023, 4:59 AMjohnnyrwest
11/20/2023, 5:23 PMfrom supertokens_python.recipe.passwordless.syncio import update_user
and passing in update_user(user_id, email=new_email)
), the email was automatically marked as verified.
We aren't seeing this behavior with most other users which is why it stood out to us as unusual.rp_st
11/20/2023, 6:03 PMrp_st
11/20/2023, 6:07 PMjohnnyrwest
11/20/2023, 6:27 PMN/A
(no email on the user account)
to false
, when we add the email to their user account
to true
when the user finally verifies their email
whereas this one specifically just went straight to true
once the email was added (again, not verified, no email sent)rp_st
11/20/2023, 6:28 PMjohnnyrwest
11/20/2023, 6:29 PMrp_st
11/20/2023, 6:30 PMjohnnyrwest
11/20/2023, 6:38 PM