purple-intern-72952
05/19/2023, 3:18 PMchilly-king-10285
05/19/2023, 3:18 PMchilly-king-10285
05/19/2023, 3:18 PMpurple-intern-72952
05/19/2023, 3:20 PMpurple-intern-72952
05/19/2023, 3:20 PMchilly-king-10285
05/19/2023, 3:20 PMchilly-king-10285
05/19/2023, 3:22 PMjson { "id": 4000001, "text": "length must be >= 1, but got 0", "type": "error" }
And here's an example of a validation error message for a password found in data breaches: json { "id": 4000005, "text": "The password can't be used because the password has been found in data breaches and must no longer be used.", "type": "error", "context": { "reason": "the password has been found in data breaches and must no longer be used." } }
These examples are taken from the [User Settings and Profile Updates](https://www.ory.sh/docs/kratos/self-service/flows/user-settings) section of the Kratos documentation. Keep in mind that the specific validation rules depend on your Kratos configuration. To check the exact validation rules, you would need to examine your Kratos configuration file.