Open
Description
-> springfiles/springrts_logs#11
would be nice if we could add custom groups for permissions / auth.
i guess this requires:
table groups: group_id, group_name
table group_user: group_id, user_id
xmlrpc interface needs to be adjusted: the same for access to the user table.
thoughts?