You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
I'm trying to add the classical login with user password by customizing but after pulling codes and running by building from source with docker I can see that it's already there. But some problems are raised so that it is not working here is the shot after successfully dockerized the source:
it seems like the issue is with a password.
The text was updated successfully, but these errors were encountered:
What likely happened is that you moved from Google+ auth to classical auth in on the app side but not on the DB side. You need to have a 'password' column in your 'users' table so the app can use the classical email/password credentials.
running the script below will update the DB to the state expected by an updated app.
npm run updateDB
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to add the classical login with user password by customizing but after pulling codes and running by building from source with docker I can see that it's already there. But some problems are raised so that it is not working here is the shot after successfully dockerized the source:
it seems like the issue is with a password.
The text was updated successfully, but these errors were encountered: