This is the function to update user password
function update_systemusers_password($input) {
$systemusers = users::find($input['userid']);
$systemusers->password = bcrypt($input['password']);
$systemusers->save();
}
however it doesn't update in shared hosting server
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1UW8SmZ
via IFTTT
Aucun commentaire:
Enregistrer un commentaire