Creating a new authAccount not with signIn of useAuthActions
Hey, I’m building a site with Nextjs and using convex.
I want the admin of the site to be able to create the users (doesn’t matter the provider but either password, otp or resend).
I managed to add new user but not in the authAccount table which is what I need for them to login by themselves after the admin of the site adds them.
Thank you!
5 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
i am trying to build something similar, did you find a way?
Sadly no..
Very frustrating that there is no option
If i'm reading it right, you basically you want a admin to create the account, then have the user sign-in with a temporary password or some other way? I dont use convex auth yet but maybe posting in #convex-auth will get more eyes. There are a few ways to do it with clerk which i can talk about.
Yes you are right. I’ll write in convex-auth see if they can help me.
Thanks for the help
I think I’ll check out clerk looks promising