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
'backend > django' 카테고리의 다른 글
Django: check changed fields in Model save() method (0) | 2018.05.04 |
---|---|
Django: ModelChoiceField - prepopulate choice field with row from model (0) | 2018.05.03 |
Django: reset migrations (0) | 2018.04.30 |
Django: custom list_filter in ModelAdmin (0) | 2018.04.29 |
Django: filter queryset with m2m - using annotate (0) | 2018.04.28 |