Create a new leaderboard

This commit is contained in:
Josh Sherman 2013-12-17 13:05:13 -05:00
parent c1817a24be
commit beea5e57c1
7 changed files with 104 additions and 5 deletions

View file

@ -28,7 +28,7 @@ class user_authenticate extends AnonymousModule
setcookie('__auth', base64_encode($uid . '|' . $user['auth']), time() + Time::YEAR, '/');
}
return array('status' => 'success', 'url' => '/');
return array('status' => 'success', 'url' => '/leaderboards');
}
return array('error' => 'Invalid email address or password.');