Hi
How do I change the link in the mail sent when a new user signs up. By default it goes to the wp-login page but I want them to go to my home page.
Thanks
Jon
Hi
How do I change the link in the mail sent when a new user signs up. By default it goes to the wp-login page but I want them to go to my home page.
Thanks
Jon
At 2.8.6 that link is set via wp-includes/pluggable.php at line 1161 via this: $message .= wp_login_url() . "\r\n"; but changing core code is discouraged.
But this plugin will allow you to customize that email:
http://wordpress.org/extend/plugins/register-plus/
This topic has been closed to new replies.