• I need to remove the Register link under the wordpress login form forcing my new registrants to fill out a form before they register. I know it will require modifying core files but I fine with…

    Thanks for any help

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Why not just turn off registration, let them fill out your form, and then manually create them when you approve them?

    Or grab a ‘new users require approval’ plugin?

    open wp-login.php and look for
    <a href="<?php echo site_url('wp-login.php?action=register', 'login') ?>"><?php _e('Register') ?></a>

    the ('Register') part is the actual wording

    Thread Starter torweb

    (@torweb)

    That’s great! FYI re: Ipstenu comment…my client’s organization has over 50,000 members so the manual approval idea wouldn’t work. Now the need to fill out a form with info for tracking, are then given an ivite code to finish registering…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Must remove "Register" link under login box window’ is closed to new replies.