login

I want the user to log in with a username and password, not with an email. but the app/config/filament.php file is not visible, how can I fix it?
1 Reply
MohamedSabil83
MohamedSabil837mo ago
You need to create a new Login page which extends the original one, then override and modify some functions to use username instead of email. Take a look for this link (https://filamentphp.com/docs/3.x/panels/users#customizing-the-authentication-features) and the content of the original login page.