iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.62k stars 302 forks source link

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

Open HaseebImd opened 1 month ago

HaseebImd commented 1 month ago

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.