# File lib/devise/rails/warden_compat.rb, line 55
    def update(other_hash)
      other_hash.each_pair { |key, value| regular_writer(convert_key(key), value) }
      self
    end