掲示板

Unable to Signin because of 'login' page

11年前 に Muhammad Taha によって更新されました。

Unable to Signin because of 'login' page

Junior Member 投稿: 63 参加年月日: 12/05/01 最新の投稿
Hi All,

I created a portal page 'login' . After restarting my server when i am trying to signin, its going to 'login' page.. ( http://localhost:8080/login ) How to fix this without changing the server.

Thanks,
thumbnail
11年前 に Samuel Kong によって更新されました。

RE: Unable to Signin because of 'login' page (回答)

Liferay Legend 投稿: 1902 参加年月日: 08/03/10 最新の投稿
Try looking into these two properties in portal.properties

    #
    # Enter a URL that will be used to login portal users whenever needed. By
    # default, the portal's login page is used.
    #
    #auth.login.url=/web/guest/home

    #
    # Enter a friendly URL of a page that will be used to login portal users
    # whenever the user is navigating a site and authentication is needed. By
    # default, the portal's login page or the URL set in the property
    # "auth.login.url" is used.
    #
    auth.login.site.url=/login
11年前 に Muhammad Taha によって更新されました。

RE: Unable to Signin because of 'login' page

Junior Member 投稿: 63 参加年月日: 12/05/01 最新の投稿
Thanks Samuel,
I tried those two properties.. anyway when I clicked on the below URL that I have in browser history, it redirected a login porltet.

http://localhost:8080/web/guest/who-is-using-liferay?p_p_id=58&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&saveLastPath=0&_58_struts_action=%2Flogin%2Flogin

Thank you.