Hello, I developer some API with JWT and everything is working, except the change password function....
Hello. I'm having some issues with my laravel api server using JWT. First of all: I already implemen...
nope, I use this standard function: $password=Hash::make($password); $newuser['password'] = $passwor...
mcklayin said: Make dd() of $oldpassword and $user->password, to see what data's printed user-&...
mistype, $oldpassword and not @oldpassword. But still not working
return User::create(['email' => $email, 'password' => bcrypt($password)]); with this row it wo...
The Laravel portal for problem solving, knowledge sharing and community building.
The community