[wp-trac] [WordPress Trac] #16411: Custom Login and Registration URLs

WordPress Trac wp-trac at lists.automattic.com
Sun Jan 30 16:49:53 UTC 2011


#16411: Custom Login and Registration URLs
--------------------------+------------------------------
 Reporter:  danielpataki  |       Owner:
     Type:  enhancement   |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  General       |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by danielpataki):

 Just want to add quickly, that this can also be accomplished in another
 bad way like this:

 {{{
 add_action("init", "bsb_register_redirect") ;

 function bsb_register_redirect() {

         if(get_current_url(true) == get_bloginfo('url')."/wp-
 login.php?action=register");
         header("Location: http://bitesizebio.com/register/");
 }
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16411#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list