Is it possible to separate users on one Brat server instance? I know how to create new user accounts in the config.py file, but it seems that all users can view all files (in Brat's data directory) through the collection window in the web app.
I need the users to be able only to view files that (somehow) belong to their login. I'm uploading the text and .ann files directly to the data folder, so the users only need to log-in and start annotating.
Is this possible at all?