# File lib/devise/models/authenticatable.rb, line 63
      def valid_for_authentication?
        block_given? ? yield : true
      end