This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
When a user tries to log in before verifying the Email, (s)he should get an Email is not verified. response.
Right now, it says the password is wrong for the given user.
{
"non_field_errors": [
"Incorrect password for this user. You have 4 more attempts to login"
]
}
Python version:
3.8.0
Django version:3.2.4
Django-rest-auth version:0.9.5
When a user tries to log in before verifying the Email, (s)he should get an
Email is not verified.
response. Right now, it says the password is wrong for the given user.Urlpattern:
Could this be added as a feature?