Has anyone used DX Auth for Codeigniter bundeled examples?
After following Installing DX Auth library with bundled examples on http://dexcell.shinsengumiteam.com/dx_auth/installation/index.html
I added a route $route['auth'] = "auth"; in config/routes.php, uploaded /controllers/auth.php, added $autoload['libraries'] = array('database', 'session', 'xmlrpc', 'DX_Auth'); in /config/autoload.php.
The bundled example comes with the views in a subfolder /views/auth. I tried to put the register_form.php view in both /views and /views/auth.
Once I enter http://mydomain.com/auth/register I get a blank page, like no view is loading. An help would be greatly appreciated.