ODM2 / ODM2ControlledVocabularies

A Python/Django web application and REST API for managing the ODM2 Controlled Vocabularies, with SKOS and community moderation features.
http://vocabulary.odm2.org
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Validate Users #26

Closed AmberSJones closed 5 years ago

AmberSJones commented 8 years ago

We need to validate users so that we stop getting spammed.

cdesyoun commented 8 years ago

@AmberSJones I am using the url, "http://vocabulary.odm2.org/api/v1/%s/?format=skos" for validating CV in YODA file.

horsburgh commented 8 years ago

@cdesyoun - this issue is associated with fake vocabulary requests that we keep getting from a spam bot of some kind. @jcaraballo17 is going to implement some sort of validation step to make sure that it is a real person making the request rather than an automated spammer.

AmberSJones commented 8 years ago

Sorry for the confusion!

aufdenkampe commented 5 years ago

@jcaraballo17, did this fix get pushed to production? I'm just trying to figure out what issues we should close.