Skip to content

How to import users #1772

Answered by hilmanski
hilmanski asked this question in Questions
May 31, 2021 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

Hi @silentworks

I did try import directly yesterday, but it doesn't work as expected. Can't sign in and show error like "User not found" normally when password is false only show "invalid email or password". So.. something behind the scene don't allow me to do this.

What I end up doing is:

  1. Add my user list on new table (temporary table), depend on needs which column to be coming with.
  2. Loop all the user list and use singUp supabase auth api. (disable email confirmation, so not bothering other people)
    hope it helps for other people.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@amahmod
Comment options

@tmb5cg
Comment options

@RaikkoWeabea
Comment options

Answer selected by hilmanski
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants