Sitecore - Cannot Access Content Items

I am trying to access existing content items created by an administrator user as a standard user for editing content (the author of the content, in my opinion, in the terminology of sitecore), but I get the following error:

Security options for the current language do not allow you to see this thing. To continue, select a different language from the language of the drop-down list on the "Versions" tab.

Any ideas on what's wrong?

+6
source share
2 answers

It seems that your current user does not have the correct rights to the "Language Read" en "Language Write" on these elements.

Open the access viewer, select the current user or role and click the "Columns" button and check the radio cassette for the "Read and write language" fields.

enter image description here

enter image description here

Go to the / sitecore / system / languages ​​element to view the current language rights for your user or role in that particular language.

enter image description here

If your user does not have the correct permissions for the current language, use the security editor to set read / write permissions in the language.

+10
source

Here is another solution / factor to consider the language problem ... basically, this is due to the manual change of access rights on the elements using the built-in security editor. From the article:

Reason . The Master Database Content Editor has a folder on / system / languages. This folder has a new security key called language: read and language: write. By default, this is assigned to Sitecore \ everything. This is normal if only local users have access to the content editor, but if you use the advertising domain, each will be denied by default.

Solution . Click on the security and access viewer. Go to / system / languages. click on the destination and assign domain} \ each access to the language: read and language: write. if you want to do this for a specific language in which you can open the folder, click on the language and set these access properties there.

Link: http://sitecoreguild.blogspot.com/2012/01/security-settings-for-current-language.html

+7
source

Source: https://habr.com/ru/post/943743/


All Articles