Hello! I can’t find in the docs how how to submit ...
# talk-kratos
w
Hello! I can’t find in the docs how how to submit a settings flow so as to allow a user to change their email address (and make it unverified).
b
Hi! It sounds like you’re looking for the documentation on settings flows, which is here: https://www.ory.sh/docs/kratos/self-service/flows/user-settings If a user changes their email address, or to be more precise, the address used for verification purposes, the new address is marked “unverified” automatically.
w
Ah… so I just change the address under “traits”? And that’s it?
b
That should be it, yes. just make sure, that that’s the field named in
verification.via
in your schema.
w
Yep, thanks!