if (static::logged_in($role) || static::auto_login($role)) { $status = true; }
return $this->has_access($role ? $role : $this->config['default_role'], $this->user);
name resource action description --------------------- ------------------------------------- ------------------------- --------------------------------------------------------- admin_roles /admin/roles/create view view roles
Aran Wilkinson wrote on Thursday 10th of November 2011:yeah I used print_r to check the returned values and nothing is being returned... This is the line where I use authenticate and am getting no errors here... if(Warden::authenticate($val->validated('username'), $val->validated('password'), true))
{
Response::redirect('common/check');
}
It looks like you're new here. If you want to get involved, click one of these buttons!