mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-18 05:37:14 +00:00
lgoing/cookie interaction betetr
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user