- Status New
- Percent Complete
- Task Type Bug Report
- Category Bot → auth Service
- Assigned To No-one
- Operating System All
- Severity Low
- Priority Low
- Reported Version git
- Due in Version 1.2
- Due Date Undecided
- Votes 0
- Private No
Attached to Project: OTFBot
Opened by Allo (allo) - 2009-11-01
Last edited by Allo (allo) - 2009-12-13
Opened by Allo (allo) - 2009-11-01
Last edited by Allo (allo) - 2009-12-13
FS#3 - access rights based on flags
each service/plugin should be able to register access-right-flags like "can_add_feed" in feedmod. the auth service should store these access-tags in the User-object. There should be a decorator @has_right("can_add_feed") to prefix plugin functions with.