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
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
Hi
I use flask security, everything is fine but i can login with correct user id and password!
But i want to login only with correct username and password
The text was updated successfully, but these errors were encountered:
I have the same problem - when trying to login (or register a new user), I get "Model.UserDoesNotExist - instance matching query does not exist" . Debug message shows the query is filtering on user.id = the email address given in get_user(). I'm using Peewee for the datastore. Is there a fix for this?
Hi
I use flask security, everything is fine but i can login with correct user id and password!
But i want to login only with correct username and password
The text was updated successfully, but these errors were encountered: