WordPress Phone Verification

Is there a way to check verified members phone numbers by sending code to their mobile phones just like Facebook does?

This would be very handy to stop spammers and allows only one user per phone number.

Topic sms hacks verification membership spam Wordpress

Category Web


Of course this is possible it would just require some custom coding. This is an open ended question so I'll give you an open ended answer of how I may go about this.

  1. Add phone number field to user contact
  2. Use the profile_update hook to store a random code associated with that number
  3. Create a verify phone number page
  4. Use Twilio or Tropo to send the user the code from the database
  5. Have them type it into a box and then check to see if the values match

So yes, it's possible but no it's not going to be the easiest thing to do.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.