I need to access the joomla user table jos_users for login checking from external php script [codeignitor].
jos_users
joomla storing password like this
I couldn't use preg_split but explode works well.
preg_split
explode
$hashparts = explode (':' , $dbpassword);