NoBrainerQuiz / web

Web application for NoBrainer
0 stars 0 forks source link

Allow quiz host to login with either username or email, not just email #4

Closed Kent55 closed 6 years ago

Kent55 commented 6 years ago

Current quiz hosts can only login with their email. This should be edited to allow login via either username or email.

Kent55 commented 6 years ago

This is fairly simply, just a case of overriding the Illuminate\Foundation\Auth\AuthenticateUsers trait.