Support the ongoing development of Laravel.io →
Authentication Requests Session
Last updated 1 year ago.
0

As far as i know, nope you cannot. Laravel auth requires hashed passwords.

If you have lots of users, then do a simple loop to go over them and turn their passwords into hashed one. It won't make any difference to user, but will be safe & secure.

Don't forget to unprotect the password field from you user table model.

Last updated 8 years ago.
0

Well, if you are migrating to laravel it's a good thing to ask the users to change their passwords when trying to login. It's just a matter of sending a reset password request.

0

login without hashing a password its just like giving your money to the theft every web right now has authentication if you don't require a login credentials just secure your database to further attack :)

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.