You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now the HbUser class has both email and username. Thereby, you'd need to write your own DatabaseUserManager implementation and loose the benefits of the base class.
Find a way to allow either email only (users log in with their email) as well as username + email.
The text was updated successfully, but these errors were encountered:
For now the
HbUser
class has both email and username. Thereby, you'd need to write your own DatabaseUserManager implementation and loose the benefits of the base class.Find a way to allow either email only (users log in with their email) as well as username + email.
The text was updated successfully, but these errors were encountered: