Laravel Auth::attempt() returns false

后端 未结 3 1317
无人共我
无人共我 2020-12-18 23:36

I am a home hobbyist and am studying Laravel, currently in version 5.3. I am using a Mac, neither homestead nor vagrant.

I\'

3条回答
  •  天涯浪人
    2020-12-19 00:22

    You should hash your password everytime you insert a row bcrypt(pass). Auth::attempt assumes that the password being retrieved from the database is hashed

提交回复
热议问题