Open
Description
Hi there!
I am using the facebook passport component, to handle user signup via facebook.
It is fully functional, however:
despite my server.js containing:
passportConfigurator.setupModels({
userModel: app.models.donor,
userIdentityModel: app.models.userIdentity,
userCredentialModel: app.models.userCredential
});
the users are still created in the standard User table, instead of my Donor table.