module Devise::Models::DatabaseAuthenticatable

def initialize(*args, &block)

def initialize(*args, &block)
  @skip_email_changed_notification = false
  @skip_password_change_notification = false
  super
end