-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MyAppWeb.PowAssent.RegistrationView.render/2 is undefined #212
Comments
Ok, I've found the problem and would consider that as bug somewhere between pow and pow_assent. I am using the Can you confirm or do I have a wrong configuration? Thank you. |
Sounds like you've generated templates for Pow but not for PowAssent? Try run |
Also I've plans to make it possible to link up the existing users with new provider: #115 |
Hey @danschultzer, |
Is it the same error? If that's the case, then I would check where
Can you share more information on this? |
Hi,
I mean that the generated templates you mentioned above don't have an impact on the provider link generation itself because they are pure functions. BTW: I replaced my project module name by Thanks! |
Hi,
after I've added PowInvitation and trying to use PowAssent for logging in via Google as an invited user I get the following issue. The provider link included the invitation_token as query param.:
For me it looks like it tries to create the user again and can't because it already exists. But it exists because PowInvitation created it. And it can't find an entry in
user_identities
because the user wasn't created by himself via Login/Registration with Google.Any ideas?
The text was updated successfully, but these errors were encountered: