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
Nazeer AhamedNazeer Ahamed 

custom login page

What are the options to implement customized login page for standard salesforce.com application users (not customer/partner portal users)?

Best Answer chosen by Admin (Salesforce Developers) 
Nazeer AhamedNazeer Ahamed

SFDC Premier support mentioned "Not Possible" to implement custom login page instead of login.salesforce.com.

If we need to build we need ot build everything as like seperate app !!!!

 

 

All Answers

mjohnson-TICmjohnson-TIC

This depends on what you are trying to do, develop a custom page/domain that essentially logs a user into Salesforce or try to customize the login.salesforce.com page (not possible). Creating a custom page on a custom domain could easily be done through Visualforce using sites or html on a hosted page using form submits.

Nazeer AhamedNazeer Ahamed

Can you explain - what do you meant by "Creating a custom page on a custom domain could easily be done through Visualforce using sites"? 

 

Is it theory or you did implemented this earlier, either visula force page or html?

 

Thanks

Nazeer AhamedNazeer Ahamed

SFDC Premier support mentioned "Not Possible" to implement custom login page instead of login.salesforce.com.

If we need to build we need ot build everything as like seperate app !!!!

 

 

This was selected as the best answer
tdeptdep

I followed this http://brianpeddle.com/2011/06/06/building-a-custom-salesforce-login/ and created a login page hosted on sites.

 

example: https://xxxx.force.com is our full user login page, not limited to portal users.