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
Venkatramanan LakshmananVenkatramanan Lakshmanan 

Community user creation

Hi all,

Normally, while creating a community user in salesforce, an email will be sent to the mail id (given during the user creation) with a link to set their password. User has to click the link and set their password and then only the user will be allowed to login to the community (partner or customer community).

Is there a way to skip the password setting step in this? Like, if user is created, dont send a link to mail id, but set the known default password. Is there any settings for this salesforce communities?

Please advice.

Thanks
AshlekhAshlekh
Hi,

In salesforce there is no any way to controll password by any code because salesforce don't allow to do this with password.

Venkatramanan LakshmananVenkatramanan Lakshmanan
hi,

My requirement is to create the community users on the fly and set the password. Is there any possible way to set the default password for a community user?
I came across a standard salesforce method named 'SetPassword'. Is it possible to stop sending login info email and set the password for this user using this method?

Please advice

Thanks