芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/reginaeigbe.com/folder/admin/tmp/app/Http/Controllers/Admin/AuthController.php
updateProfile($request); return back()->with('success', 'Profile successfully updated'); } /** * Change password */ public function changePassword(PasswordChangeRequest $request, AuthRepository $repository): RedirectResponse { $repository->changePassword($request); return back()->with('success', 'Password successfully changed'); } }