Page 1 of 1

How Can I remove the "register" link from wp-login.php

PostPosted: July 30th, 2010, 12:43 pm
by edtilley
I am trying to find a way of removing the "Register" link from the Login page "wp-login.php". I need to do this so that new customers can't by-pass my checkout page.

Thanks

Re: How Can I remove the "register" link from wp-login.php

PostPosted: July 30th, 2010, 1:32 pm
by mycodetree
I think if you turn off open registration (the free user level) it will remove the open registration ability, then registration can only be done via email invite after they have gone through the paypal process.

Beyond that, I don't know that you can do it in a 'nice' way because s2member is designed to allow open registration with the 'free' user level turned on.

General Options ~> Open Registration / Free Subscribers

Thanks,

Ryan

Re: How Can I remove the "register" link from wp-login.php

PostPosted: August 5th, 2010, 3:59 pm
by Jason Caldwell
Also, there is another thread [ viewtopic.php?f=4&t=441&p=2131&hilit=custom+registration#p2131 ] that talks about how to redirect requests to a custom registration page that you build yourself. ( optional ).