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 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