Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codeigniter Flexi Auth library User Login using Query Builder #30

Open
vipinngupta15 opened this issue Nov 21, 2014 · 0 comments
Open

Comments

@vipinngupta15
Copy link

Hi All,

I am Try to build log in application using Flexi Auth library (using Codeigniter 2.2). For my requirement I am using Query Builder function with log in function.

My code :

$sql_where = array(
    'uacc_group_fk' => 1,
);
$this->_ci->flexi_auth->sql_where($sql_where);
$response['success'] = $this->_ci->flexi_auth->login($email_or_userid, $password, $remember);

But When I run my application it's giving 500 Internal Server Error. Please look at the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant