Automatic User Creation With SMS/Mail Verification
- PHP radius provides the facility with automatic user creation with SMS and Mail verification.
- In PHP Radius, OTP Verification verifies the Mobile Number of users by sending verification code (OTP) to the user during registration.
- Therefore, It removes the possibility of a user registering with a fake Mobile Number so it is a secure user verification method.
- The registration confirmation mechanism forces the user to respond to a “Confirm Registration” email sent after a successful registration.
- To verify his/her email address and activate their account.
- So it’s very easy to create user verification with SMS/Mail in PHP radius software.