• I have site for members of an organization. I want to change the registration page so it checks against a table of valid ID#s That way only valid members can sign up for site.

    Is there a plugin or can anyone point me in the right direction to making a plugin that does this? I know enough PHP and Mysql to test this

Viewing 3 replies - 1 through 3 (of 3 total)
  • What about using https://www.ads-software.com/extend/plugins/register-plus/ and invitation codes?

    Thread Starter Jason

    (@grafikimon)

    thank you for the link. I tried this but the client wants a system where registering requires a valid ID number.

    I think i’ll have to write it myself.

    Are there any tutorials to show me the basics. I know enough mysql and php to compare a field on the signup page I just need to know the api and how to hook into it.

    Thanks again

    Jason

    Thread Starter Jason

    (@grafikimon)

    is there more information on user_register I want to add something like this and have registration fail if the member ID does not match.

    add_action(‘user_register’, ‘checkMemberID’);

    jay

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is there a Validate against list plugin’ is closed to new replies.