Hi Techie,
I created a registration form in MVC C#. In that, I need to verify the user by sending OTP to their registered mobile number and activate the registration, until verification the user should not able to log in, for that I added a column with a bit datatype if the verification is done the value should automatically change to 1 and after it changed now user can able to log in.
Is it possible?
Thanks and regards,
Balaji