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 Nov 9, 2017. It is now read-only.
I am interested to learn if there is a way to perform validated registration via FOSFacebookBundle. I've implemented the bundle together with FOSUserBundle and I can login and if no user exists, one is created.
However, I actually need the Facebook login to redirect to an actual registration page on my site that is validated for an activation code before I allow the user creation.
What elements would I need to configure/look at to achieve this? It seems FOSFacebookBundle logs in right away and provides no intercepting opportunity to prevent the create based on custom logic?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am interested to learn if there is a way to perform validated registration via FOSFacebookBundle. I've implemented the bundle together with FOSUserBundle and I can login and if no user exists, one is created.
However, I actually need the Facebook login to redirect to an actual registration page on my site that is validated for an activation code before I allow the user creation.
What elements would I need to configure/look at to achieve this? It seems FOSFacebookBundle logs in right away and provides no intercepting opportunity to prevent the create based on custom logic?
The text was updated successfully, but these errors were encountered: