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
Mustafa JhabuawalaMustafa Jhabuawala 

Implementing login screen for community sites

I have just started working on community sites.
 
I am working with Salesforce Tabs + Visualforce I have designed by login page and using the pre-built component named as SiteLogin which use SiteLoginController but when I try to enter username and password I am not able to log in.
 
I am facing this issue and not getting any proper documentation anywhere on this. Can anyone please let me know how to proceed further ? 
Best Answer chosen by Mustafa Jhabuawala
karthikeyan perumalkarthikeyan perumal
Hello, 

Kindly try below URL for setup 

https://appirio.com/tech-blog/create-custom-salesforce-communities-login-landing-page

Hope this will help you

Thanks
Karthik

All Answers

karthikeyan perumalkarthikeyan perumal
Hello, 

Kindly try below URL for setup 

https://appirio.com/tech-blog/create-custom-salesforce-communities-login-landing-page

Hope this will help you

Thanks
Karthik
This was selected as the best answer
Mustafa JhabuawalaMustafa Jhabuawala
Perfect !... This is working fine.

Thanks alot.

What I learned from this is while woring with Salesforce Tabs + Visualforce site template then we have to write custom controller and pages rather then using the default ones. Correct ?