Greetings,
I had wanted to password protect a force.com site, but apparently, this is no longer supported from what I have been able to find.
I found other documentation that details how to set up registration/login/password on a Community Portal that can somehow be associated with a Site.
I found some documentation on how to enable Login (Login Enabled) with an Apex, but that Apex was already configured for Login Enabled.
Salesforce support won't help because this isn't a 'break/fix' situation, and Salesforce Premier+ is unable to help either.
Does anyone know how to get any type of authentication working on Sites and/or Communities?
I also am not clear what the difference is with a Portal and a Community.
Thanks,
David Bauman
1 件の回答
Hi David,
You have to set up self registration and login process for your sites or communites.
you can modify the logincontroller class to redirect to your visualforce page.
Note: Make sure VF page and controller class is assigned to Guest user profile.