diff --git a/tjdests/apps/authentication/forms.py b/tjdests/apps/authentication/forms.py index ebad106..5ea1fe2 100644 --- a/tjdests/apps/authentication/forms.py +++ b/tjdests/apps/authentication/forms.py @@ -68,3 +68,5 @@ class TOSForm(forms.Form): # Validate the password for complexity, etc. validators = password_validation.get_default_password_validators() password_validation.validate_password(password1, None, validators) + + return cleaned_data