Currently, there only 3 access levels for member:
Normal Member
Blog Admin
Super-Admin
We need to think about a more fine-grained way of
defining user rights, so that a member can have a
combination of rights: e.g. cannot create blogs / can
edit some templates / cannot edit plugins / cannot edit
items / ...
the MEMBER object should get methods like
hasRight(...), addRight(...) and revokeRight(...), and
this should also be extensible to plugins, which can
then create their own rights
To be continued...
Still a good idea