掲示板

Making the first page as login page in 6.2

10年前 に Muhammad Umer Zubair によって更新されました。

Making the first page as login page in 6.2

New Member 投稿: 18 参加年月日: 14/01/01 最新の投稿
Hello,

Can any body help in order to make the first page as login page. i.e. After accessing portal URL, users will enter login credentials in login page (there will be no site navigation or any content), and after successful logon, complete site with navigation will be opened. If session time out is done, then again page is redirected to login page and all navigation/site is completely hidden.

Thanks!
thumbnail
10年前 に Tejas Kanani によって更新されました。

RE: Making the first page as login page in 6.2

Liferay Master 投稿: 654 参加年月日: 09/01/06 最新の投稿
One way you can achieve this is by creating private pages except the login page.
So all the private pages will not be displayed in public page navigation. And once user logged in from login page(public), you can land user on Private pages by defining it from Control Panel -> Configuration -> Portal Settings -> Default Landing Page. Here provide your private home page url. For example "/group/guest/private-home"
thumbnail
9年前 に Fil Giu によって更新されました。

RE: Making the first page as login page in 6.2

Junior Member 投稿: 48 参加年月日: 13/11/20 最新の投稿
If I want use a Social Office's page for first page ?

The adress of my page is : http://localhost:8080/user/usernameusername/so/dashboard

where usernameusername changes for each user.

What is the address that I should use?
9年前 に Vishal M によって更新されました。

RE: Making the first page as login page in 6.2

New Member 投稿: 14 参加年月日: 14/07/15 最新の投稿
Check this link https://www.liferay.com/community/forums/-/message_boards/message/41889367

or

You can also try
1)
-Create a page Login
-Add sign in portlet, add guest view permissions for login page.
-Add your default landing page as login in control panel.

2)
-Create a theme with modified portal_normal.vm as

#if ($is_signed_in)
----
----
#else
<script>
window.location.href= "--------Your login page-----------"
</script>
#end

- To hide your login page from navigation you can make login page as hidden

3)Apply this theme to all pages..
thumbnail
9年前 に Fil Giu によって更新されました。

RE: Making the first page as login page in 6.2

Junior Member 投稿: 48 参加年月日: 13/11/20 最新の投稿
Sorry, I want this:

Fil Giu:
If I want use a Social Office's page for first page ?

The adress of my page is : http://localhost:8080/user/usernameusername/so/dashboard

where usernameusername changes for each user.

What is the address that I should use?


after login as custom landing page.