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
jonathanrico.jonathanrico. 

Customer Portal Login Page Customization

Hello everyone,

I wanted to know if it's possible to customize the Customer Portal login page to include, for example a combo box or buttons. Thank you.
David VPDavid VP
I just tested the following and it seems to work :

1) Go to the login page of the Customer Portal
2) Save the page as a local HTML file
3) Make sure you change all relative paths to absolute paths in the HTML file (for css files and especially the login form action attribute).
4) Modify other things in the HTML to your heart's content (just make sure not to touch any of the fields in there already)
5) Save your file anywhere (for example on your own webserver) and point your users to that


hope this helps,


David
CSBoxCSBox
Is this secure? I would like to implement this, but the login page would be hosted on another server and I would lose the https.
BulentBulent
Customer portal supports Single Sign On
vishalSharmavishalSharma

can you please give some example how to do this...???

 

thanks,

Vishal

cloudmaniacloudmania

Do you still need some solutions about home page customization?

sfdccoder1sfdccoder1
I need a solution, tnx. Is the only way to customize is by implementing SSO?