mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Configuration cleanup.
This commit is contained in:
parent
4ee09cf817
commit
f1c8497f3b
6 changed files with 37 additions and 25 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue