You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
Brock Allen edited this page Oct 21, 2013
·
2 revisions
MembershipReboot allows a user to register their mobile phone number with their account. This can then be used for two-factor authentication. This can be initiated with the ChangeMobilePhoneRequest API on the UserAccountService and will deliver a SMS message to the phone number provided. The user then would be required to enter this code into an interface provided by the application to confirm control over the phone. This confirmation is done with the ChangeMobilePhoneFromCode API on the UserAccountService.
Once a mobile phone number has been associated with the account, the account can be configured for two-factor authentication using the mobile phone as the second factor.