Question

I'm new to Codeigniter and Ion Auth. Installed everything OK and set up the ION Auth DB tables. Go to BASE_URL/index.php/auth and I got an error about using encryption. So, I edited that in config by adding a simple string for now.

So, now I can see the login form - good! But when I use the default user and password, I'm getting incorrect password validation...which suggests there is something wrong.

Any ideas why this would be failing? I'm using admin@admin.com and password, as indicated on the Ion Auth pages http://benedmunds.com/ion_auth/.

Thanks in advance.

Was it helpful?

Solution

It turns out I made an error when running the SQL scripts - I simply created the table structure but didn't load the seed data, which includes the default username and password. D'oh! So, if anyone else is having the same issue...just make sure you have data in your tables.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top