to the existing "Sign Up using email" feature that I have. The problem is that whenever someone uses OAuth, the password field for that user will be empty. And there will be many such empty password fields in the table. To anyone who has done that before, what was the schema you used to achieve the same?
Just allow null passwords and add a "where password is not null" when login in with username & password
Обсуждают сегодня