Posts by Marcus Perrout • 11 points
1 post
-
1
votes2
answers927
viewsA: How to log only active users?
Another way would be like this: if (Auth::attempt(array('username' => Input::get('username'), 'password' => Input::get('password')), Input::has('lembar') ? true : false)) {…