iMerica / dj-rest-auth

Authentication for Django Rest Framework

Home Page:https://dj-rest-auth.readthedocs.io/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting "password is too common" error, but the user is still being created in the database with the provided data.

HaseebImd opened this issue · comments

When I try to create a new user, if the password is very common like "123456789", it gives me an error saying "Password is too common." When I change the password and make it strong, it says "User already exists with that email.