Closed sdevogel closed 3 years ago
Hi, thanks for the boilerplate. I was wondering and have been searching around the project, but is it possible to login with the users name instead of the email?
Where would you change the authentication?
thank!
You'll have to add a username method in LoginController.php:
username
public function username() { return 'username'; }
and then replace email with username in login.vue
email
Hi, thanks for the boilerplate. I was wondering and have been searching around the project, but is it possible to login with the users name instead of the email?
Where would you change the authentication?
thank!