99% of our end users never log into our site and instead use a guest checkout flow. I’m trying to determine if the following is possible:
- Bulk import users by email address from existing site and generate a random password
- If the user ever did decide to log in after migration, they would be able to initiate the reset password flow using their email address.
I know a better user experience would be to create a reset password email during import but this is how our product owner would like this to work.