• Resolved s24alanji

    (@s24alanji)


    Hi,

    I have just downloaded the plugin and am really happy with what it allows me to do. However I wanted to gain advice on updating the regster process for the following:

    User A regsiters with email@company1.com , this is a whitelisted email so sends a verification link and then grants the user access once the link is clicked.

    User B registers with email@company2.com , this is an untrusted email so the admin gets notified to either accept or reject the registration.

    I am sure this is possible but just wanted advice on how best to acheive this.

    We will probably be purchasing a licence once I get sign off

    Many thanks in advance

Viewing 1 replies (of 1 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @s24alanji

    You will need to remove this action hook and create your own version with the same content so it won’t trigger the field error:
    add_action( 'um_submit_form_errors_hook__blockedemails', 'um_submit_form_errors_hook__blockedemails', 10 );

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Verify account based on email address’ is closed to new replies.