Base solution for your next web application
Open Closed

SMS Activation #1914


User avatar
0
ianmark89 created

Hi,

I found IsPhoneNumberConfirmed column in database. Does the current system support phone verification? I want to let user register by phone, can you please give me some idea about this function?


2 Answer(s)
  • User Avatar
    0
    daws created

    From the documentation <a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide#sms-verification">https://www.aspnetzero.com/Documents/De ... rification</a>

    SMS Verification
    
    This is available if the user has a confirmed phone number. Note that SMS sending is not fully implemented because it requires an integration to an SMS vendor. The current implementation just writes security codes to logs. You should complete the IdentitySmsMessageService class in the solution to make it usable. Otherwise, disable SMS verification in the settings.
    
  • User Avatar
    0
    ismcagdas created
    Support Team

    @daws, Thank you for your answer, we really appriciate it :)