freezing-account-94624
12/12/2024, 12:26 PMGET /admin/identities
endpoint included with the hashed passwords.
• Using jq
, I restructured the response from the above to follow the request payload of the PATCH /admin/identities
endpoint as it was complaining of some invalid field types.
• Then I tried creating the users with curl --request PATCH -sL --header "Authorization: Bearer <ORY_PAT>" --header "Content-Type: application/json" --data @output.json https://<PROJECT_URL>/admin/identities
but I'm getting The imported password does not match any known hash format.
steep-lamp-91158
steep-lamp-91158
freezing-account-94624
12/17/2024, 11:33 AM"use_password_migration_hook": true
under credentials.password.config
It worked after adding it.