Skipping email confirmation for omniauth users using devise?

Whenever you want to skip confirmation for Devise period, just use the following before the user. Save user. Skip_confirmation!

So basically, in your create controller action, if it detects omniauth logic, then call that.

Whenever you want to skip confirmation for Devise period, just use the following before the user.save... user. Skip_confirmation! So basically, in your create controller action, if it detects omniauth logic, then call that.

Thank for this tip. I don't know if you can help every time I sign up from the external service it does not save the email and instead an error message saying email cannot be blank. Is the external service email not ment to to be saved with the new user – Uchenna Okafor Sep 20 at 19:17.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions