neuroanatomy / microdraw

Collaborative vectorial annotation tool for ultra high resolution data
https://microdraw.pasteur.fr
GNU General Public License v3.0
23 stars 8 forks source link

It's possible to add empty users to a project #43

Open r03ert0 opened 3 years ago

r03ert0 commented 3 years ago

there were two projects with empty users. I don't know exactly what happened, but there should be something in place to prevent it. In the project's json file, the empty user appeared like this:

{
    "userID": "",
    "access": {
        "collaborators": "view",
        "annotations": "view",
        "files": "view"
    }
}