We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The password is compared to the stored password, before the it's hashed: https://github.com/zombor/Auto-Modeler/blob/master/classes/auth/automodeler/orm.php#L89
Shouldn't it be like this?: https://github.com/kohana/auth/blob/3.2/master/classes/kohana/auth/file.php#L40
The text was updated successfully, but these errors were encountered:
Yes: https://github.com/zombor/Auto-Modeler/blob/develop/classes/auth/automodeler/orm.php#L89
Sorry, something went wrong.
Alright that's because of api change from 3.1 -> 3.2
Auths hash function only accepts 1 parameter, it gets the salt from the config.
https://github.com/zombor/Auto-Modeler/blob/develop/classes/auth/automodeler/orm.php#L88
No branches or pull requests
The password is compared to the stored password, before the it's hashed:
https://github.com/zombor/Auto-Modeler/blob/master/classes/auth/automodeler/orm.php#L89
Shouldn't it be like this?:
https://github.com/kohana/auth/blob/3.2/master/classes/kohana/auth/file.php#L40
The text was updated successfully, but these errors were encountered: