From f25e42ebe81a8549b744861630f700ca39bcfc7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Tue, 26 Apr 2011 22:14:03 +0200 Subject: [PATCH] We must set the best_domain on registration. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/register.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/register.php b/modules/register.php index e2f029c..787106a 100644 --- a/modules/register.php +++ b/modules/register.php @@ -368,6 +368,7 @@ class RegisterModule extends PLModule $user = User::getSilentWithUID($uid); $redirect = new Redirect($user); $redirect->add_email($email); + fix_bestalias($user); // Try to start a session (so the user don't have to log in); we will use // the password available in Post:: to authenticate the user. -- 2.1.4