1
Hello, this is my problem: I have an application (Rails 4) with the gem 'devise'
and gem 'omniauth-facebook'
. Who logs in with facebook at the time of editing the account appears error "Current password can’t be Blank'... In this way I would like to disable this password confirmation need if you edit the account. I know Vise has this tutorial on how to do this: Tutorial
But I don’t really understand what steps are necessary to do this, I’m new to programming, and the way I’m doing it is not working! Thank you!
Have you put your controller code?
– augustoppimenta
You have yes Abbess, here is http://stackoverflow.com/questions/24463479/devise-update-account-without-password-confirmation !
– Osni
Pasta. I’m also a beginner, but did you even try to put my suggestion below? I have it running in an application and it works perfectly. **Note: I only use Devise **
– augustoppimenta