From d305ad98090558eb872c97f69addd2163f8ba5bd Mon Sep 17 00:00:00 2001 From: hrcerqueira Date: Fri, 22 Jan 2010 01:39:13 +0000 Subject: Handle the case were user logs in with facebook for the first time. --- fbconnect/forms.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 fbconnect/forms.py (limited to 'fbconnect/forms.py') diff --git a/fbconnect/forms.py b/fbconnect/forms.py new file mode 100755 index 00000000..94f86816 --- /dev/null +++ b/fbconnect/forms.py @@ -0,0 +1,8 @@ +from django_authopenid.forms import NextUrlField, UserNameField, UserEmailField + +from django import forms + +class FBConnectRegisterForm(forms.Form): + next = NextUrlField() + username = UserNameField() + email = UserEmailField() -- cgit v1.2.3-1-g7c22