migrate user from django
how do I migrate user from django into zitadel user?
I know that django use pbkdf2 but it hash in own function
and zitadel have pbkdf2 I have enable it
when I import using this hash
Password not working on users imported
it work
but when I import my hash that password is
what I need to do?
I know that django use pbkdf2 but it hash in own function
and zitadel have pbkdf2 I have enable it
when I import using this hash
Password not working on users imported
it work
but when I import my hash that password is
password like the hash above it seem like it isn't pbkdf2 what I need to do?
