Login failure #72
Replies: 3 comments 7 replies
-
|
Hopefully that helps. |
Beta Was this translation helpful? Give feedback.
-
|
@ismael1361 Is this still an issue or has it been resolved in the meantime? Did @donl's comment help to sign in users with username only instead of with email address? |
Beta Was this translation helpful? Give feedback.
-
|
I am not able to reproduce this. I have just tested with a script creating 5000 accounts, then signing into them without any issues. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using the AceBase database and have noticed that some users are unable to log in. We have identified that the API authentication is using the query.filter('email', '==', credentials.email), which limits the list of users and filters them, leaving out the rest of the list and preventing login. Our database currently has 233 registered users, but only 203 of them are able to log in.
Beta Was this translation helpful? Give feedback.
All reactions