Hello, we're also facing this issue but it has bee...
# talk-kratos
q
Hello, we're also facing this issue but it has been closed : https://github.com/ory/kratos/issues/2446 If we try to recover an account with an email available in identities table, then we receive this email:
Copy code
Hi, you (or someone else) entered this email address when trying to recover access to an account. However, this email address is not on our database of registered users and therefore the attempt has failed. If this was you, check if you signed up using a different address. If this was not you, please ignore this email.
If we check database, identity recovery adresses is empty. Is it expected to be full of identity emails ? Using v0.10.1 and a fresh install Thanks 🙂
b
Hi, did you set the
email
to be the recovery address in your identity schema?
Copy code
"recovery": {
  "via": "email"
}
s
but was it verified in the first place?
q
Good point, recovery field is missing 😕 I will add it, test and let you know. Thanks 🙂