diff options
Diffstat (limited to 'parsers')
-rw-r--r-- | parsers/users.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/parsers/users.py b/parsers/users.py index fd971fb..662e5ba 100644 --- a/parsers/users.py +++ b/parsers/users.py @@ -20,12 +20,10 @@ Passwords are only ever stored as hashes using the standard Django functions. """ todo = """ -- Not fully tested, needs experience - - Need to check/register with lists.wookware.org for email """ -SUPER_USERS = ["philip-sargent"] # list of userids who get the same rights as "expoadmin" i.e. the Django control panel +SUPER_USERS = ["philip-sargent", "wookey"] # list of userids who get the same rights as "expoadmin" i.e. the Django control panel USERS_FILE = "users.json" ENCRYPTED_DIR = "encrypted" |