whoami7 - Manager
:
/
proc
/
self
/
root
/
home
/
kckglobal
/
public_html
/
portal
/
app
/
Actions
/
Fortify
/
Upload File:
files >> //proc/self/root/home/kckglobal/public_html/portal/app/Actions/Fortify/PasswordValidationRules.php
<?php namespace App\Actions\Fortify; use Laravel\Fortify\Rules\Password; trait PasswordValidationRules { /** * Get the validation rules used to validate passwords. * * @return array */ protected function passwordRules() { return ['required', 'string', new Password, 'confirmed']; } }
Copyright ©2021 || Defacer Indonesia