Not able to remove the value of email id #3765
Unanswered
ashwin-pandey
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have made the email id as a non-mandatory field. So, if the user doesn't provide their email ID, it still creates the user.
Now, If the user has provided their email id, and wishes to remove it, they can't. Is there a way I can handle this?
I tried updating the traits using update as well as patch APIs, but none of them are working.
There is another use case that I am struggling with,
If the user doesn't provide email at the time of user creation, kratos is by default taking the email id of the previously created user.
Is there any way to stop this from happening?
Beta Was this translation helpful? Give feedback.
All reactions