Is it possible to migrate passwords from Wordpress...
# ory-network
f
Is it possible to migrate passwords from Wordpress users hashed with the phpass lib? I see you support a couple of algos but I do not find anything that works for this ancient phpass. If I’m able to solve this, I am considering to publish the scripts and custom WP auth plugin at Github.
h
f
you support salted md5 but only one iteration. any chance to get support for WP like hashing in Ory?
As side note: We need to migrate more than 20k users and fear a lot of Passwort related issues when using the password reset via email.
h
I’m not sure if we support that. But you can now also offer “login via code to email” where the user sees the login screen, enters the email, gets a code to their email, and proceeds to log in thereafter. Maybe that’s a good migration strategy?
f
Ok, I will experiment with that. Can you post me the documentation link?