If phone number validation is disabled, all accounts will get the "PhoneVerified" role automatically when they register and will not be required to verify their account with a 6 digit code.
If phone number validation is enabled, the input phone number is validated & verified, and then, if the number is valid, a 6 digit pin is sent to their phone number. The user must verify the pin code in order to participate in any online games.
Description
Adds in Phone number validation to the server.
If phone number validation is disabled, all accounts will get the "PhoneVerified" role automatically when they register and will not be required to verify their account with a 6 digit code.
If phone number validation is enabled, the input phone number is validated & verified, and then, if the number is valid, a 6 digit pin is sent to their phone number. The user must verify the pin code in order to participate in any online games.
Closes #100