Newbie
Newbie

Reputation: 361

sitecore roles and workflow

I have a requirement where the roles are content authors, content reviewers, and publishers.

Content authors should be able to submit content, content reviewers can create, edit, and approve content, and publishers can do all of these things (create, edit, approve, publish) but cannot be an author and publisher at a time.

I created the roles as below:

Content author:

Content reviewer:

Publisher:

So my idea is to create a workflow with the commands draft, submit, approve and reject, and assign the appropriate access for the workflow commands for the roles.

For publishers: is there a way that I can control the user's role, as the user cannot be a author and publisher at the same time?

Upvotes: 0

Views: 1059

Answers (1)

Mark Ursino
Mark Ursino

Reputation: 31435

On the author role, explicitly deny read access to the publishing buttons in the interfaces (e.g. start menu, ribbons, etc.). By explicitly denying access, that takes precedence over any inherited access if they are both author and publisher, thus is negates any access they get from publisher.

Upvotes: 1

Related Questions