X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=portal%2Fforms.py;h=afbf3442ef674c889a8442bcc5134b512ac49bdc;hp=fc8d8c3f06a02fb54cee816f08acfe140a7c1cc3;hb=c530f4c2ee9dfe6da3c2349a73796dc38fc4e5bf;hpb=6ec04646df726a21d776ceacba5fdf780bf9876e diff --git a/portal/forms.py b/portal/forms.py index fc8d8c3f..afbf3442 100644 --- a/portal/forms.py +++ b/portal/forms.py @@ -28,6 +28,10 @@ from portal.models import PendingUser, PendingSlice from django.utils.translation import ugettext_lazy as _ from django.contrib.auth.tokens import default_token_generator from django.contrib.auth import authenticate, get_user_model +# TODO: Remove these automated forms and use html templates and views like any other page ! +# ERROR ImportError: cannot import name UNUSABLE_PASSWORD +# XXX This is not compatible with Django 1.6.1 +# Ref: https://github.com/dot2code/varnish-bans-manager/issues/8 from django.contrib.auth.hashers import UNUSABLE_PASSWORD, identify_hasher from django.contrib.sites.models import get_current_site from django.utils.http import int_to_base36