How to enable real OTP in pre-registration module

Below are the steps required to enable real OTP in pre-registration. By default, proxy OTP is enabled and you will receive the default value of “111111“.

Instructions

  1. Navigate to the mosip-config repository, application-default.properties file. Set mosip.kernel.auth.proxy-otp to false.

## Notification mosip.registration.processor.notification.types=EMAIL mosip.notificationtype=SMS|EMAIL mosip.kernel.sms.proxy-sms=false mosip.kernel.auth.proxy-otp=false mosip.kernel.auth.proxy-email=false

2. Restart the kernel notifier pod.