1
Good people! I took a very old system to make some "improvements", I used Laravel to develop a system that mainly uses the database of this system. The BIG problem is, the passwords saved in the comic are without HASH. I know it’s wrong, I’ve been in trouble with them to change that, but they don’t, so I’ve run out of things to do.
My question is:
How to login to Laravel using passwords without HASH?
Or does anyone have any idea how to circulate this problem?
Grateful!
cannot hash password to compare?
– Ricardo Pontual