One Hat Cyber Team
Your IP :
3.136.11.217
Server IP :
87.118.122.21
Server :
Linux svdm-server5.de 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64
Server Software :
Apache
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
users
/
svd-saarleute
/
www
/
_go_biz
/
config
/
Edit File:
verify-new-email.php
<?php return [ /** * Here you can specify the name of a custom route to handle the verification. */ 'route' => 'user.verify.email.verification', /** * Here you can specify the path to redirect to after verification. */ 'redirect_to' => '/user/dashboard', /** * Whether to login the user after successfully verifying its email. */ 'login_after_verification' => true, /** * Should the user be permanently "remembered" by the application. */ 'login_remember' => false, /** * Model class that will be used to store and retrieve the tokens. */ 'model' => \ProtoneMedia\LaravelVerifyNewEmail\PendingUserEmail::class, /** * The Mailable that will be sent when the User wants to verify * its initial email address (that got used with registering). */ 'mailable_for_first_verification' => \ProtoneMedia\LaravelVerifyNewEmail\Mail\VerifyFirstEmail::class, /** * The Mailable that will be sent when the User wants to verify * a new email address, for example when the User wants to * update its email address. */ 'mailable_for_new_email' => \ProtoneMedia\LaravelVerifyNewEmail\Mail\VerifyNewEmail::class, ];
Simpan