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
Users are unable to login with an identifier which is not an email and which has upper case letters at registration. They would have to enter their identifier in lowercase letters to login.
Reproducing the bug
Define another identifier which is not an email. For this example use "username"
Create an account with a username with upper case letters, for example "TestAccount"
Try to login with "TestAccount" as the identifier. This will not work, but "testaccount" will
Describe the bug
Users are unable to login with an identifier which is not an email and which has upper case letters at registration. They would have to enter their identifier in lowercase letters to login.
Reproducing the bug
Identity Schema:
Expected behavior
Users should be able to login with all their identifiers regardless of case.
Environment
The text was updated successfully, but these errors were encountered: