RailsCasts Pro episodes are now free!

Learn more or hide this

Jeremy's Profile

GitHub User: jeremybdk

Comments by Jeremy

Avatar

Hi,
I am trying to do something different but I can't figure out what's wrong :

I want the user that are using facebook connect to create a password on my website when they first sign up using FB Connect,
So I what I did is let the error when there is no password and instead of redirecting to the new registration form I want them to be redirected to another form (new_facebook) that will let them enter their password, I want the form to be completely different so having another one seems to be the best how can I do that ?

Thanks,