backend/django

Django: disable password check (password2) in django-allauth

seul chan 2018. 5. 2. 19:00

Django-allauth support password check function. If want to remove this function, just add to settings.py

ACCOUNT_SIGNUP_PASSWORD_VERIFICATION = False

You can check other configuration in allauth docs