Hi, I met a question to developing update password function. But the user's password was set "hidden" in model file, how can I verified my input value is the hidden password's value?
In the backend, can I acquired this hidden user's password ? Thanks
I solved it. I just added method named getAuthPassword() to return user->password in User model.
I have never used laravel before ,so I often met problems. I have to check docs .
Thanks.
Hi, I met a question to developing update password function. But the user's password was set "hidden" in model file, how can I verified my input value is the hidden password's value? In the backend, can I acquired this hidden user's password ? Thanks