gazrolo4
gazrolo4

Reputation: 161

Ion Auth Codeigniter - Default User/Password Not recognised

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 [email protected] and password, as indicated on the Ion Auth pages http://benedmunds.com/ion_auth/.

Thanks in advance.

Upvotes: 0

Views: 2638

Answers (1)

gazrolo4
gazrolo4

Reputation: 161

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.

Upvotes: 1

Related Questions