Validate a registration with a PIN

Here is a script idea you can use to validate a stored value that you might have for users (such as a PIN) against their registration data.  This example will assume that you only want to allow certain registrations for people who you already have data on (in this example, their name) and you want to validate that the user registering is that person.  This example will use PIN assigned to the user’s data that we have and the script will validate the PIN provided at registration or will halt registration. 

This article is only available to WP-Members Support Subscribers. If you have an existing subscription, please login below. If you do not have a current support subscription, you can purchase a support subscription here.

Existing Users Log In
   
New User Registration
*Required field