Redirects user login attempts from going to your dashboard! Great for keeping the ‘back end’ private. Also allows alteration of the login/logout link text. TECHNICAL BITS: Redirects user login from the wp_loginout(); function to a page of your choice. Also allows changing the text of the wp_register(); button. I strongly recommend you install the Role Manager plugin for access control – many plugins use it and you get enhanced functionality out of this plugin if you do. As of this writing we are using v2.2.1. COMMON ISSUE: If your template does not use wp_loginout(); or wp_register(); you may want to adjust it so that it does.