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)
-
0
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.
-
0
@daws, Thank you for your answer, we really appriciate it :)