I'm trying to provide the user with the capability of "loging in" using either her/his username or her/his email. The thing is that afaik, I can have only one @UserPrincipal into my User class. Any idea of how to achieve this? Thanks in advance!

有帮助吗?

解决方案

Define the Emailadress as unique in the User table.

When the user enters an emailaddress, lookup the Username from the table and use it to authenticate.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top