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
MehaMeha 

Edit Customer Portal Users

Hi,

 

I have used the default SiteRegister page of Site.com to create a new Customer Portal User.

I would like to edit the details of this user. How can I do it through a Visualforce page?

 

My website uses the default SiteRegister page of Site.com for registering a user . I want a page where a user after logging in, can modify his details, like changing his username and password etc.

Pls. help!

Sonam_SFDCSonam_SFDC

Hi Meha,

You can include the Customer Portal Welcome component on home page layouts assigned to Customer Portal users so that when they log in to your portal they receive a welcome message with their name, plus the ability to change their own portal username, password, locale, language, time zone, and contact information. When portal users change information about themselves their user record is updated but their contact record is not automatically updated with those changes.

Link for reference: http://ap1.salesforce.com/help/doc/en/customer_portal_setting_up_for_users.htm

 

Hope this helps!