module Devise::Models::Authenticatable

def active_for_authentication?

def active_for_authentication?
  true
end