• Resolved Palfinder

    (@palfinder)


    Hello,

    I would know if it’s possible to make enable registration only for customers that I have on a Database.

    Let me explain, I’m doing a WebSite for a Company who propose a physical registration (I mean administrative document). After that, the data go on a computer Database.
    Now, I would that only those customers are able to access to a member area’s tag (the rest of the site is open to everybody).

    For now, I could only check, one by one the registration to see if they’re on my database (thanks to the option “wait for the admin approval”), but I would know if there is another option.

    Thank you for the help and congratulation for this really well-made plugin.

    https://wordpress.org/plugins/wp-members/

Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    You can use the wpmem_pre_register_data action hook to handle custom form validation. This would allow you a point in the registration process to validate against some other criteria before either (a) allowing the registration to continue/complete or (b) returning an error message.

Viewing 1 replies (of 1 total)
  • The topic ‘Make enable registration only from a database ?’ is closed to new replies.