I’m creating a mini system where I register users myself. I want the system to automatically send an email inviting the user to create a password as soon as I enter their email and information. Can someone help me with this? I’m struggling because, to set up a sign-up workflow, I have to create a password for the user, which I don’t want to do.
Unless you wanna come up with your own system for this, there is not a way of doing this with what Supabase offers I think. One way you can do this, is by creating the user with a random password and then inviting them to change it.
I created a somewhat similar system where an admin can create an invitation > edge function creates user with a temp password > user receives invitation mail with link to complete account > user sets password and completes sign-up.
If you want I can make a video about the set up.
Hi Brayan and welcome to the community
Besides the way Broberto and Fabio have mentioned I would also consider creating this flow with tools like n8n or Make + your backend.
Hey Fabio, if you recorded a video about your solution it would be awesome
I’ll make it today