Open WMeldon opened 11 years ago
Was having an issue where I ended up back on the home screen after creating a user. In controllers/user.php, I changed Auth::login($user); to Auth::login($user->id); and it works fine now.
Was having an issue where I ended up back on the home screen after creating a user. In controllers/user.php, I changed Auth::login($user); to Auth::login($user->id); and it works fine now.