Autologin after registration
Hi.
I know this is standard wordpress, but I find it stupid to annoy the user with an extra step after registration.
If the user is registered, why not log the user in at the same time, instead of redirecting them to the login page.
I know there are plugins that can do this, but the tpl-registration.php file includes some logic to redirection, but it does not seem to have any effect.
So how do you deal with this extra step?