Hello, this is my problem: I have an application (rails 4) with gem 'devise'
and gem 'omniauth-facebook'
. Who logs in with Facebook at the time of editing the account appears the error "current password can not be blank '... In this way I would like to disable this need to confirm the password or to edit the account. has this tutorial on how to do this: Tutorial
But I do not quite understand what steps are required to do this, I'm new to programming, and the way I'm doing is not working! Thanks!