function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfdeveloper9sfdeveloper9 

Lightning Community Home Page

I want to expose a public home page for a lightning community and provide a login button which will authenticate and show a landing page after login. 
Is this possible with just one community or should I expose a public site page and the login action on the site page redirects to community login page? 
any pointers is much appreciated. Thanks in advance. 
Abhishek BansalAbhishek Bansal
Hi,

You need to expose a public site and override the login page with your custom page. Now you can customize this page as per your requirement and on successful login yu can navigate to the community page.
Let me know if you need more information on this.

Thanks,
Abhishek Bansal.