damp-glass-56586
08/23/2023, 3:49 PMdamp-glass-56586
08/23/2023, 3:50 PM"email": {
"type": "string",
"format": "email",
"title": "E-Mail",
"<http://ory.sh/kratos|ory.sh/kratos>": {
"credentials": {
"password": {
"identifier": true
},
"webauthn": {
"identifier": true
},
"totp": {
"account_name": true
}
},
"recovery": {
"via": "email"
},
"verification": {
"via": "email"
}
},
"maxLength": 320
}
The identity is in a state that suggests it's going to send a verification email but in the Activity section of the Ory management interface I don't see it being sent and don't recieve the email.
"verifiable_addresses": [
{
"id": "REDACTED",
"value": "REDACTED",
"verified": false,
"via": "email",
"status": "pending",
"created_at": "2023-08-23T15:34:45.032144Z",
"updated_at": "2023-08-23T15:34:45.032144Z"
}
],
Any ideas?high-optician-2097
damp-glass-56586
08/23/2023, 3:53 PM