jccastro.mx
09/13/2022, 11:03 PMjccastro.mx
09/13/2022, 11:03 PMrp_st
09/14/2022, 4:02 AMrp_st
09/14/2022, 4:02 AMrp_st
09/14/2022, 4:03 AMrp_st
09/14/2022, 4:04 AMjccastro.mx
09/14/2022, 3:22 PMrp_st
09/14/2022, 4:13 PMupdate_email_or_password
function from the emailpassword recipe (i assume that's the recipe you are using, if not, there is an equivalent function in others): https://supertokens.com/docs/python/recipe/emailpassword/asyncio/index.html#supertokens_python.recipe.emailpassword.asyncio.update_email_or_password
2) To customise the user ID format, you can call the `create_user_id_mapping`: https://supertokens.com/docs/python/asyncio/index.html after overriding the sign up function on the backend (see https://supertokens.com/docs/emailpassword/advanced-customizations/backend-functions-override/usage)
Both of these functions have a syncio version as well.