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
mxalix258mxalix258 

Overriding portal login page

So, if I have a sites page that displays various links (some of which are pages contained in the customer portal) when they click the link they are taken to the generic customer portal login, how do I route it so they get taken to a login page that I create myself?

 

Thanks

sekharasekhara

Hi ,

 

<apex:outputText value="{!r.your_field__c}" escape="false"/>

 

 

 

sekharasekhara

HI,

 

U can do One thing , u can take source of Sites login page and u can create custom vf page.

 

Let me know in case of any issues.