Skip to content

Commit

Permalink
docs: user administration
Browse files Browse the repository at this point in the history
Closes: TexteaInc#18
  • Loading branch information
NanamiNakano authored and forrestbao committed Jan 14, 2025
1 parent cd9376f commit 47874b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Administration is done via Python script and csv file.

If you want to delete users, confirm with `-d` flag: `python3 user_utils.py apply -d`

**Note** that this script does not have any validation. Please make sure the csv file is correct if you get errors.


The annotations are stored in the `annotations` table in a SQLite database (hardcoded name `mercury.sqlite`). See the
section [`annotations` table](#annotations-table-the-human-annotations) for the schema.
Expand Down

0 comments on commit 47874b6

Please sign in to comment.