[eluser]kilishan[/eluser]
[quote author="Basketcasesoftware" date="1303773529"]Quick question. How you change the DB's mode? I'm stuck in development and I don't find anything in the CP to change it. Also where do the Auth functions live. They aren't under libraries that I can see.[/quote]
You're right. There's nothing in the CP to change that. You'll have to edit the application/config/database.php and application/config/development/database.php config files manually.
The Auth functions are in the users core_module, so you'll find them under application/core_modules/users/libraries/auth.php