Foros de discusión

Liferay - Configuration - No Sign-In Dialog should be shown

thumbnail
Yves LeGrand, modificado hace 12 años.

Liferay - Configuration - No Sign-In Dialog should be shown

Regular Member Mensajes: 156 Fecha de incorporación: 18/11/09 Mensajes recientes
Hi at all.

Often we have the requirement that no Sign-in-Dialog should be shown on any page.
The users should be signed in automatically by autologin for example.

So we remove the sign-in Portlet from any community but it still is there.

How do you disable this?

Best wishes,
Yves
Mason Stein, modificado hace 11 años.

RE: Liferay - Configuration - No Sign-In Dialog should be shown

Junior Member Mensajes: 47 Fecha de incorporación: 5/12/12 Mensajes recientes
Hey,

I am new to liferay, so maybe I did not understand your question...

If you want to remove the "sign in" on each page, you have to outcomment the lines in your theme.

Then there won´t be any "sign in" link anymore.
Mason Stein, modificado hace 11 años.

RE: Liferay - Configuration - No Sign-In Dialog should be shown

Junior Member Mensajes: 47 Fecha de incorporación: 5/12/12 Mensajes recientes
Hey,
I think right now your portal_normal.vm template has the following lines:

#if(!$is_signed_in)
<a href="$sign_in_url">Sign In</a>
#else

Delete these lines and you the link to the "sign in" won´t be there no more...