[eluser]Timothy_[/eluser]
Just continuing from above. I am curious to see if I can get ION_AUTH to connect to another database that is not the default in CI.
I tried changing line 66 in ion_auth_model.php
Code:
$this->load->database('myaccount', TRUE);
No luck.
The user was still registered to the SITE database not the MYACCOUNT database