From acd9aeca8e697b6d1f8f7ac29d7e3afac07b2e8a Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sat, 27 Mar 2010 16:06:23 -0400 Subject: removed authentication module to be replaced with a dedicated app, also switched to table layout for openid signin template temporarily so that it works on IE7 and maybe earlier --- forum_modules/facebookauth/views.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 forum_modules/facebookauth/views.py (limited to 'forum_modules/facebookauth/views.py') diff --git a/forum_modules/facebookauth/views.py b/forum_modules/facebookauth/views.py deleted file mode 100755 index f77c6282..00000000 --- a/forum_modules/facebookauth/views.py +++ /dev/null @@ -1,11 +0,0 @@ -from forum.models import AuthKeyUserAssociation -from django.http import HttpResponse - -def user_is_registered(request): - try: - fb_uid = request.POST['fb_uid'] - #print fb_uid - AuthKeyUserAssociation.objects.get(key=fb_uid) - return HttpResponse('yes') - except: - return HttpResponse('no') \ No newline at end of file -- cgit v1.2.3-1-g7c22