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
@phucnm haven't had a chance to look at any of this and I'm swamped with multiple project so I won't be able to dig in. Sounds, though, like there might have been code to prune
Hi guys, I just had the exact same question and I found an answer.
@phucnm The register method of the Account model is provided by the passport-local-mongoose package. I bet you have resolved your problems, but I think this should be documented anyway.
Where is your register method in Account model, I found in routes.js a line :
Account.register(user, password, function(error, account) {...});
The text was updated successfully, but these errors were encountered: