Foren

5.2.2 -> 5.2.3 - Regular Users can't see Control Panel

Luca Andreatta, geändert vor 14 Jahren.

5.2.2 -> 5.2.3 - Regular Users can't see Control Panel

New Member Beiträge: 4 Beitrittsdatum: 05.03.10 Neueste Beiträge
Hi,
After upgrading liferay 5.2.2 to 5.2.3 regular users can't access to control panel.

When I click to Control panel or My account I am redirected to user home page.

Is this a permissions problem? What I have to check?

I noticed that the permissions on expando values were gone after upgrading it.
Luca Andreatta, geändert vor 14 Jahren.

RE: 5.2.2 -> 5.2.3 - Regular Users can't see Control Panel [SOLVED]

New Member Beiträge: 4 Beitrittsdatum: 05.03.10 Neueste Beiträge
I found that in the portlet-ext there was this property:

permissions.user.check.algorithm=6


but with this the permission check to access the control panel was wrong!

Don't use algoritm 6 for permissions check!!
thumbnail
Mohd Hanafi, geändert vor 14 Jahren.

RE: 5.2.2 -> 5.2.3 - Regular Users can't see Control Panel [SOLVED]

Junior Member Beiträge: 83 Beitrittsdatum: 18.01.10 Neueste Beiträge
Luca Andreatta:
I found that in the portlet-ext there was this property:

permissions.user.check.algorithm=6


Don't use algoritm 6 for permissions check!!

----------------------------------
permissions.user.check.algorithm=2

emoticon
sultan zahir khan, geändert vor 13 Jahren.

RE: 5.2.2 -> 5.2.3 - Regular Users can't see Control Panel [SOLVED]

Regular Member Beiträge: 145 Beitrittsdatum: 31.10.09 Neueste Beiträge
Hi,
I was using algorithm 5 but it didn't allow user based permissions so switched to algorithm 2. Now any user with role user only can't access control panel as well as my account at all. Only when I give the role administrator to any user than it works...any suggestions?
Sultee khan, geändert vor 13 Jahren.

RE: 5.2.2 -> 5.2.3 - Regular Users can't see Control Panel [SOLVED]

Regular Member Beiträge: 145 Beitrittsdatum: 31.10.09 Neueste Beiträge
solution is here
http://www.liferay.com/community/forums/-/message_boards/message/5074186?_19_preview=false
Sultee khan, geändert vor 13 Jahren.

RE: 5.2.2 -> 5.2.3 - Regular Users can't see Control Panel [SOLVED]

Regular Member Beiträge: 145 Beitrittsdatum: 31.10.09 Neueste Beiträge
Hello Mohd,
it didn'T work for me. I am using the second algorithm. The problem is the advancedpermissionchecker class. Looks like the view permission is not granted for the normal users to access control panel