webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Auth
/
Passwords
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
CanResetPassword.php
0.588KB
edt
ren
DatabaseTokenRepository
...
6.06KB
edt
ren
PasswordBroker.php
5.461KB
edt
ren
PasswordBrokerManager.php
3.593KB
edt
ren
PasswordResetServicePro
...
0.986KB
edt
ren
TokenRepositoryInterfac
...
1.166KB
edt
ren
<?php namespace Illuminate\Auth\Passwords; use Illuminate\Auth\Notifications\ResetPassword as ResetPasswordNotification; trait CanResetPassword { /** * Get the e-mail address where password reset links are sent. * * @return string */ public function getEmailForPasswordReset() { return $this->email; } /** * Send the password reset notification. * * @param string $token * @return void */ public function sendPasswordResetNotification($token) { $this->notify(new ResetPasswordNotification($token)); } }
<=Back
Liking