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
Guillaume ZeemanGuillaume Zeeman 

Log in portal users to Salesforce "Classic" from a community login page

We are currently in the process of creating a community login page, which works fine for logging in the community itself. Unfortunately we still have alot of legacy Salesforce "Classic" code that users will still need access to. If you try to login with a portal user in community, that user will only be logged into that specific community.

Our community login page is setup similarly as described here: https://dreamevent.secure.force.com/articleView?id=sf.networks_customize_login_page.htm&type=5. With the added difference that we created a Lightning page instead of a VisualForce one.

Does anyone know how we can give that user access to Salesforce "Classic" too with a community login page?

VinayVinay (Salesforce Developers) 
Can you confirm if 'Switch to classic' option is enabled in your org for that user?  Also if I understand correctly community login page is unavailable in classic.

https://help.salesforce.com/articleView?id=000319400&type=1&mode=1

Thanks,