Hi ! i've noticed that when we call the login API it refuses to log in if the username/email is written in a different case than the one inserted in the DB.
And this is a problem for use, is it possible to turn off that behavior?
Latest posts made by simo.adonis
-
Can we make login api case-insensitive ?
-
RE: Is it possible to allow a user to have many email addresses ?
Hi @dan
Your example is the perfect example, a user may haveuser1@example.com
anduser2@example.com
as his email addresses, but i don't know how to make that work with fusion auth.I also want to support fogot password flow.
-
Is it possible to allow a user to have many email addresses ?
Hi,
Our complete system is designed in a way to allow the same person to have one account with more than one email address.
We have migrate to fusion auth recently I was wondering if there is a way to enable the same on Fusion Auth since we did a migration of existing user to our instance.
Till now we have build a kind of email feredation on our app before calling the login API. So if a user try to login with one he secondary email we will get his main email based on that information and use the primary email to perform the login operation.I don't think it's a really proper way of doing this. This is why i want to know if there is a better way to handle it.
Thanks.