Skip to main content
Topic: Mobile OTP Verification (Read 868 times) previous topic - next topic

Mobile OTP Verification

I want mobile OTP verification instead of email.
How can I do it anybody please help me

 

Re: Mobile OTP Verification

Reply #1
@arun‍ currently phprad has no configuration for switching to sms, you will have to manually edit your project to add sms to it. The page to edit is the IndexController.php, add your sms code to the registration function in place of the send_mail();.