Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]wizL[/eluser]
Hi!

I just started using Ion Auth today and I had some problems after installing it. I was getting an error about users/ion_auth. So after a few minutes of searching I found the error was in the repository code.

file:
http://github.com/benedmunds/CodeIgniter..._model.php

line: 67

$this->load->config('users/ion_auth', TRUE);

should be

$this->load->config('ion_auth', TRUE);

at least for a default installation.

Otherwise thanks for the auth system!

Just a quick question: is it a lot of work to change login from email to username? I would rather use username instead of email.


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 04-24-2010, 06:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB