Maria-Liakata-NLP-Group / annotations-interface

New iteration of the Annotations Interface tool
MIT License
0 stars 0 forks source link

Allow for multiple app admin email addresses #9

Closed dsj976 closed 1 year ago

dsj976 commented 1 year ago

Currently, the app only allows for one app administrator. The admin is identified by their email address, which is specified in the .flaskenv file and stored as an environment variable. This should be enhanced to allow for multiple app admin email addresses.

dsj976 commented 1 year ago

closed with commit 6255376. Used ast.literal_eval to parse multiple email addresses (given as a long string) into a Python list.