There's something that's been bothering me while attempting to do a use case diagram.
Both users and administrators can manage articles, both can manage categories, both can carry out crud operations on all of those BUT the administrator has control on every single item whereas a user is limited to a subset of these items.
Should/can a distinction be made in a use case diagram so this is clear?