Password being stored plain text in database - causes failed login after password change
I've just setup a new install of FuelCMS v1.2 and have a problem where the passwords for users are being stored as plain text in the database. This is causing a problem whereby the login screen refuses the login because (I guess) it is trying to unhash a password that isn't hashed.
This means I can't change the default admin password. I've also tried creating new users and have the same issue, so I can't create new users and have them login.
I have set an encryption key in the config.php per the install instructions.
Any ideas?
Thanks.
Comments
I'll re-download and let you know what happens.
Now on to trying this thing out for real...
Yes. This fixed it. Thank you.