For my current situation, we would like to do a bulk import of users without the need of a DB connection; We are unable to import users with our current password encryption schema.
The goal is to do a smooth transition for the users without the need to support a gradual migration.
What we would like to do is bulk import users with a verified email, and no password. Then the desired flow is, on a log in attempt where a user lacks a password, they are sent through the reset password flow rather than just failing authentication?
Any suggestions that can help support the goal, confirmations that the goal is impossible or direct answers to my question are welcome.
I appreciate you taking the time to read my issue and thanks in advance for any answers you may have.