Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Problems with Simpleauth in 1.9/develop?
  • Hi,

    I'm trying to upgrade my projects to 1.9, and now I'm getting an error when I try to login to my backend.

    I get this error:
    image

    If I downgrade my project to 1.8x, it works again.

    Do I have to change anything in the configuration/config files to make it work?

    Thanks!
  • Looks like you haven't run the auth migrations after you've upgraded?

    A per-user salt has been added to increase the security of the generated password hash.

    edit: please note that this is a one-way migration, once added, salts can not be removed without invalidating the password hashes. So have a backup before you migrate.

    edit: migration will not regenerate the passwords, so the salt will only be added and make the hash more secure when a user changes the password and it is hashed again.
  • Exactly, I had not executed the migrations. my mistake. Now is working fine.

    Thanks!
  • HarroHarro
    Accepted Answer
    Thanks for the feedback.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion