is it possible to create a custom login page in salesforce.com? if so can anyone provide help to create the page and the validations part?
A couple of things to think about:
One thing you can do is use the login() API call to get a session id. You will be able to tell if the login fails, and alert the user appropriately.
From there, you will have to redirect the user through the "frontdoor.jsp" page which has the following format:
Where:
Edit: 2014-08-25
Salesforce now officially supports the frontdoor.jsp method of login described in this answer (link). In addition, session_ID tokens can be obtained from any of the following sources:
This is possible using the Ajax Toolkit, I wrote up how and shared the code http://brianpeddle.com/2011/06/06/building-a-custom-salesforce-login/
I know this is old but if someone stumbles across this it may be helpful.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With