Configuration cleanup.
This commit is contained in:
@@ -21,11 +21,11 @@
|
||||
"""
|
||||
Fake ACL.
|
||||
|
||||
Just load the default user set in configuration, with no rights management.
|
||||
Just load the default user "radicale", with no rights management.
|
||||
"""
|
||||
|
||||
from radicale import config
|
||||
|
||||
def users():
|
||||
"""Get the list of all users."""
|
||||
return [config.get("acl", "user")]
|
||||
return ["radicale"]
|
||||
|
Reference in New Issue
Block a user