aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/utility/authentication_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/utility/authentication_tools.py b/wqflask/utility/authentication_tools.py
index ed7462d1..deddaec3 100644
--- a/wqflask/utility/authentication_tools.py
+++ b/wqflask/utility/authentication_tools.py
@@ -45,7 +45,7 @@ def check_resource_availability(dataset, trait_id=None):
def add_new_resource(dataset, trait_id=None):
resource_ob = {
- 'owner_id' : webqtlConfig.DEFAULT_OWNER_ID,
+ 'owner_id' : "None",
'default_mask': webqtlConfig.DEFAULT_PRIVILEGES,
'group_masks' : {}
}