diff --git a/requirements.d/all.txt b/requirements.d/all.txt index aa3084c3..80209529 100644 --- a/requirements.d/all.txt +++ b/requirements.d/all.txt @@ -3,7 +3,7 @@ dnspython netaddr django>=1.8.1, <1.9 django-bootstrap-form -django-registration-redux +django-registration-redux<1.2 django-extensions python-social-auth requests diff --git a/setup.py b/setup.py index 045ed716..ccdc7d02 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ 'netaddr', 'django>=1.8.1, <1.9', 'django-bootstrap-form', - 'django-registration-redux', + 'django-registration-redux<1.2', # 1.2 breaks password reset and maybe other stuff 'django-extensions', 'python-social-auth', 'requests', # for our ddns_client