I have a question about confirm pages after creating accounts.
Currently I use FOS UserBundle able to create accounts. And it shows a confirm page after the user is finished creating their account.
I'm trying to do the same with FOS FacebookBundle, where if a user logs in and does not have a valid user object it will create a user for them. However by doing this I am unable to get to the confirmation page and am redirected strait to the dashboard. So I'm if there's any suggestions on what I should do or anything that I should look at.
I have a question about confirm pages after creating accounts.
Currently I use FOS UserBundle able to create accounts. And it shows a confirm page after the user is finished creating their account.
I'm trying to do the same with FOS FacebookBundle, where if a user logs in and does not have a valid user object it will create a user for them. However by doing this I am unable to get to the confirmation page and am redirected strait to the dashboard. So I'm if there's any suggestions on what I should do or anything that I should look at.