some-scooter-3723
02/16/2022, 10:12 AMThe provided credentials are invalid, check for spelling mistakes in your password or username, email address, or phone number.
I checked that kratos config already have hashers config below, is there any step I missed?
hashers:
argon2:
parallelism: 1
memory: 128MB
iterations: 2
salt_length: 16
key_length: 16
identity:
default_schema_url: file:///etc/config/kratos/identity.schema.json
new config must change to schema with name = "default" (before I use other name and it doesn't work, when I update to default, login ok)
identity:
schemas:
- id: default
url: file:///etc/config/kratos/identity.schema.json
default_schema_id: default
magnificent-energy-493