Closed cbleek closed 8 years ago
The bug was introduced in 99270f8
@fedys : before this commit, it was possible to login with google and github. Can you take a look at this?
I'm not sure, if we need the social profiles plugin for this feature. Using just the user profile provided by HybridAuth is sufficient. The former are really only needed if someone wants to attach the profile to an application (or CV) and will be fetched then again anyway.
Otherwise, we'd have to implement a Social PRofiles Adapter for EVERY login service, even this service should NOT be attached to applications... That is very limiting, if a new service arises, and cannot be used in YAWIK, because we have not yet implement an adapter.
@TiSiE you are right
@cbleek I am working on it.
There are two possible solutions:
Which solution do you prefer?
Implement the first solution, to quickly fix the error for v0.26.
The feature was implemented reusing the SocialProfiles form, but as we now see, this was the wrong approach. Because attaching a profile to an application/cv and attaching a profile to a user are two completely different things. But we will address the needed rework in a new issue (for v0.27 or later).
Error Message: No adapter registered for key google in the adapter map.