Wednesday, September 15, 2021

How to create a login for Content author in Sitecore

 By default sitecore provides an admin user with userid ‘Admin’ and password ‘b’. However additional users can be created in sitecore by following below steps.

  1. Login to sitecore as admin in desktop mode.

  2. Go to security tools and then user manager.

  3. Click on ‘New’ button present at the top left corner.

  4. Give the Username say ‘User1’, Email Id and Password.

  5. Then click on ‘Edit’ to add Roles to this new user.

  6. Select the following roles from the below list and click on Add. This list provide the roles required for a content author.

    • Sitecore\Developer
    • Sitecore\Sitecore Client Publishing
    • Sitecore\Designer
    • Sitecore\Author
    • Sitecore\Sitecore Client Users
  7. By adding the above roles, the below list of sub roles will be automatically added.

    • Sitecore\Sitecore Client Designing
    • Sitecore\Sitecore Client Configuring
    • Sitecore\Sitecore Client Maintaining
    • Sitecore\Sitecore Client Developing
    • Sitecore\Analytics Testing
    • Sitecore\Analytics Personalization
    • Sitecore\Sitecore Client Authoring
  8. Then click Ok and Finish. We have now created a new user and then assigned the roles of a content author.

No comments:

Post a Comment