module Devise::Models::DatabaseAuthenticatable

def skip_password_change_notification!

Skips sending the password change notification after_update
def skip_password_change_notification!
  @skip_password_change_notification = true
end