Verification Code Screen: You can use the Screens panel in the UI Design module to customize this screen.
Sending Verification Code via Email: You can use the Verify Email template in theEmail Builder module to customize the Verification Code template that will be sent to the user's email.
Sending Verification Code via SMS or NotificationIf the user wants to receive the verification code via SMS or notification other than email, you can create a new verification method using the Datasource module :
Open the Datasource module in Header and create a new Datasource by clicking the + icon in the left panel.
In the screen that opens, select C# and then select Custom Verification Code Sender Provider from the Select Box in the same screen.
This selection allows the verification code to be sent to the user via email, SMS or notification. The following information should be requested from the user in this datasource:
User Email
Username and surname (First-Last Name)
User number (User Phone)
Whichever way the user wants to send the code, the necessary adjustments should be made above the return false code block. Finally, click on the CREATE button.