Hi i have implemented changing email in my backend app, and i use Admin API to change this email in Kratos, is there any way to activate this email in Kratos after update it in Kratos without sending any verification email ?
p
proud-plumber-24205
08/09/2022, 8:59 AM
Hi @nice-nail-87463
No, you need to have the user do a verification flow. Another option is to change the verified status in the database, but it's a bit hacky.
n
nice-nail-87463
08/09/2022, 9:19 AM
ok, thank you for your reply, is it possible to do database modification through API? 😛 or only other option is to change it in the database manually
p
proud-plumber-24205
08/09/2022, 11:41 AM
No we cannot 🙈
The modification happens when a verification flow is completed by the user 🙃
You can manually change the value in the database, yes. But it would be better just to send out the email and have them complete the verification flow 🙂