From 3fb99eb4be5f1c3199bdc2bab3c81f3195bf8710 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 13 Feb 2025 15:10:12 +0000 Subject: lgoing/cookie interaction betetr --- parsers/users.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'parsers/users.py') 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" -- cgit v1.2.3