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
User SethUser Seth 

How to provide Email/Mobile Verification for the LWR site

I have one LWR site in the Experience Cloud Site and it is publicy available to all.

[Since It is a Public Site I want to provide Just verification to Public/Normal Users through Email/Phone Verification].

Before Accessing the site I want the Public Users to Enter their Email/Mobile and It should send Verification Code to Email/Mobile they enter, Once Verified then they Can access this site.

How Can I achieve this requirement..
VinayVinay (Salesforce Developers) 
Hi User,

You can check using UserManagement Methods for verification in LWR site.

https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_class_System_UserManagement.htm

Also you can check on appexchange if there are any tools available that matches your requirement.

https://appexchange.salesforce.com/

Please mark as Best Answer if above information was helpful.

Thanks,