I've read a ton of threads but most were old and password hashing changed with new versions.
If I have $pass with a password a user entered, how can i run it through the same hash and compare it with the stored password in the database to ensure the credentials are correct? I've dug through the code looking for a call to a hash function and I can't find it. I also cant get the $passwords_manager to convert $pass to a hash.
Thank you for any help or links.
If I have $pass with a password a user entered, how can i run it through the same hash and compare it with the stored password in the database to ensure the credentials are correct? I've dug through the code looking for a call to a hash function and I can't find it. I also cant get the $passwords_manager to convert $pass to a hash.
Thank you for any help or links.
Statistics: Posted by Cjk75 — Sun Jan 26, 2025 7:19 am