Fórum

Bug: Admin user not permitted access to Server Administration

Franklin Phan, modificado 14 Anos atrás.

Bug: Admin user not permitted access to Server Administration

Regular Member Postagens: 137 Data de Entrada: 10/03/09 Postagens Recentes
Running Liferay 5.2.2 on Tomcat 5.5.27.

Liferay-created user test has Administrator role by default. Why is it not permitted to access Server Administration in Control Panel??
Franklin Phan, modificado 14 Anos atrás.

RE: Admin user not permitted access to Server Administration

Regular Member Postagens: 137 Data de Entrada: 10/03/09 Postagens Recentes
I have discovered that when the following property is used in portal-ext.properties, it completely overrides the Administrator role assigned elsewhere:
omniadmin.users=<userid_1>,<userid_2>,...,<userid_n></userid_n></userid_2></userid_1>

So even users who are given the Administrator role either by Liferay default or by other admins via the Control Panel will have no Administrator permissions at all if the user's userId is not listed in the property. This is absolutely lame and counter-intuitive to how other settings in Liferay behave. This cries out to be a bug.