change email to username on login with metronic 8 laravel
can i ask how to change login auth with username instead using email?
im new on it so please help me
Replies (2)
You need to learn how to do that Laravel, not Metronic
Hi,
This guide could help. You have to find and edit all attributes related to email. Eg. form input text, database column, etc.
https://dev.to/shanisingh03/how-to-login-with-username-instead-of-email-in-laravel--hj8
Thanks