How to migrate user passwords from Django to Zitadel?
I am trying to migrate my users from my Django app to Zitadel and while I've set everything up, the only problem I'm having now is the passwords. In Django, the passwords are hashed with PBKDF2_SHA256 and they're not in MCF. I've tried to change them to this, and even though Zitadel accepts them in this case, logging in does not work.
Is there something I'm missing?
Is there something I'm missing?
