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.
$config['encryption_key'] = 'GarethsKey';
. Can't figure it out, think I might need to go for a fresh install and see if it works with nothing else going on, then work backwards. Any other ideas? - gazrolo4