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.
you support salted md5 but only one iteration. any chance to get support for WP like hashing in Ory?
faint-tent-43897
10/24/2023, 8:57 AM
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
high-optician-2097
10/24/2023, 9:19 AM
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
faint-tent-43897
10/24/2023, 9:23 AM
Ok, I will experiment with that. Can you post me the documentation link?