Login with E-Mail instead of Username
k2220 opened this issue · 1 comments
k2220 commented
Hi, really great extension :). It would be really great if you could log in with the e-mail instead of username. Is that possible?
mbrodala commented
The easiest solution would be to set up your instance to have users created with their email address copied to the fe_users.username
field. Of course, these then need to be kept in sync.
There's also the username_column
option within the TYPO3 authentication services but you'll need to fiddle around at quite a lot of places to get this changed everywhere.
In any case there's nothing Hairu can do here since it just provides a frontend for login/logout. :-)