Hi, is there a migration guide for moving existing username/hashed passwords from private database stores into Kratos?
h
high-optician-2097
01/25/2022, 9:36 PM
that feature is currently in development!
🎆 1
l
late-toddler-40355
01/26/2022, 12:49 PM
Gotcha, I might have to try to migrate manually in that case. Just to double check, does Kratos use a unique salt for each user when using bcrypt?
h
high-optician-2097
01/26/2022, 12:51 PM
bcrypt has that built in
so no need to do extra salting
the PR for this is currently in limbo. your time might be better spent with a contribution 🙂 then it’s available for everyone & you don’t need a hack 🙂
l
late-toddler-40355
01/26/2022, 1:01 PM
But I LIKE to hack.gohack
Do you have a link to the existing PR or would it be better to start from scratch in this case?