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.