Create a new leaderboard
This commit is contained in:
parent
c1817a24be
commit
beea5e57c1
7 changed files with 104 additions and 5 deletions
|
@ -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.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue