php - Codeigniter get inactive users on ci ion auth -


i using codeigniter ion auth benedmunds.

how can inactive user ?

i know users, can use

$this->ion_auth->users()->result(); 

but, want filter retrieve inactive users

i have contacted owner library, https://github.com/benedmunds/codeigniter-ion-auth/issues/1121

use code:

$this->ion_auth->where('users.active', 0)->users()->result(); 

Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -