#help me when i register succes fully then when i login error and i try debug found info

1 messages · Page 1 of 1 (latest)

plain mauve
bronze osprey
#

Show your user model, you're probably double hashing the password

#

(also Auth::attempt exists)

plain mauve
full flame
#

My very first question would be, why would you log plain text passwords? That's a massive security risk

plain mauve
#

Once I fix this, I should probably add more security.

plain mauve
full flame
#

You're hashing the password twice. But I'd really advice you to go through the Laravel docs, there's quite a few things here that could be simplified

plain mauve
#

Which part do I need to fix?

full flame