Add system for letting customers set a password of an account is created from a webhook #228
DanielDarrenJones
started this conversation in
Feature Requests
Replies: 1 comment
-
You could listen for the UserCreated event, and if a shopify_id is present trigger your own logic? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be really helpful to have an inbuilt mechanism to allow customers to be able to set a password if they have created an account through the Shopify checkout process.
My current train of thought is sending something similar to a password reset but seperate from the normal reset email, with the ability to export and customise this. That way it can be branded and have the message tweaked. While ensuring the password is secure.
Beta Was this translation helpful? Give feedback.
All reactions