high-optician-2097
loud-honey-70375
11/24/2022, 5:01 PM"properties": {
"email": {
"type": "string",
"format": "email",
"title": "Email",
"minLength": 3,
"<http://ory.sh/kratos|ory.sh/kratos>": {
"credentials": {
"password": {
"identifier": true
}
},
"verification": {
"via": "email"
},
"recovery": {
"via": "email"
}
}
},
The flow identifier node:
{
"type": "input",
"group": "default",
"attributes": {
"name": "identifier",
"type": "text",
"value": "",
"required": true,
"disabled": false,
"node_type": "input"
},
"messages": [],
"meta": {
"label": {
"id": 1070004,
"text": "ID",
"type": "info"
}
}
},
loud-honey-70375
11/24/2022, 5:02 PMhigh-optician-2097