alert-painter-66256
01/20/2023, 4:27 PM{
"$id": "<https://schemas.ory.sh/presets/kratos/identity.email.schema.json>",
"title": "Person",
"type": "object",
"properties": {
"traits": {
"type": "object",
"properties": {
"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
},
"username": {
"type": "string",
"title": "Username/nickname",
"minLength": 2,
"maxLength": 24
}
},
"required": [
"email",
"username"
],
"additionalProperties": false
}
}
}
steep-lamp-91158
"<http://ory.sh/kratos|ory.sh/kratos>"
key with all the values to the username, but I think that only works for new users then...steep-lamp-91158
steep-lamp-91158
chilly-dentist-11746
01/20/2023, 6:09 PMchilly-dentist-11746
01/20/2023, 6:09 PMchilly-dentist-11746
01/20/2023, 6:09 PMmagnificent-energy-493
one bracket wrong, right one is below
magnificent-energy-493
alert-painter-66256
01/20/2023, 6:54 PMalert-painter-66256
01/20/2023, 6:54 PMalert-painter-66256
01/20/2023, 6:55 PMalert-painter-66256
01/20/2023, 6:55 PMalert-painter-66256
01/20/2023, 6:56 PMalert-painter-66256
01/20/2023, 6:56 PMalert-painter-66256
01/20/2023, 7:00 PMmagnificent-energy-493
{
"$id": "<https://schemas.ory.sh/presets/kratos/identity.email.schema.json>",
"title": "Person",
"type": "object",
"properties": {
"traits": {
"type": "object",
"properties": {
"username": {
"type": "string",
"minLength": 2,
"maxLength": 24,
"title": "Username/nickname",
"<http://ory.sh/kratos|ory.sh/kratos>": {
"credentials": {
"password": {
"identifier": true
},
"webauthn": {
"identifier": true
},
"totp": {
"account_name": true
}
}
}
},
"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
}
},
"required": [
"email",
"username"
],
"additionalProperties": false
}
}
}
flat-flower-81031
01/20/2023, 8:51 PMalert-painter-66256
01/21/2023, 12:25 AMsteep-lamp-91158
steep-lamp-91158
alert-painter-66256
01/24/2023, 8:32 AMhigh-optician-2097
Email
instead of ID
in the login form?