-1
votes
1answer
27 views

Enable to over-ride django-allauth UserSignupView [on hold]

My reason for writing a custom signup view is to override the form_valid() of django- allauth SignupView and do as above. For some reason the control is not coming inside CustomSignupView when i ...
3
votes
1answer
52 views
+50

Next query parameter doesn't work with django allauth for facebook login

I have implemented User account management into my application using Django all-auth. I have enabled login using username and password as well as with facebook connect. The problem goes like this: 1) ...
0
votes
0answers
37 views

Django IntegrityError on user signup

I am getting an error when I try to extend user profile using django-allauth Exception Type: IntegrityError at /accounts/signup/ Exception Value: workerapp_userprofile.user_id may not be NULL This ...
3
votes
1answer
66 views

Override signup view django-allauth

I am asking user to fill extra fields with custom form. And in one of the fields, I have to let user choose multiple hierarchical tags. For this, I need to pass the tags from a view to the template ...
0
votes
1answer
46 views

Django AllAuth Customized Templates Not Being Recognized

I've been having trouble customizing Django-Allauth templates. Might be an issue with my TEMPLATE_DIRS value, or with something I'm unaware of. If I point my TEMPLATE_DIRS to just the ...
0
votes
1answer
44 views

django-allauth with multiple domains

I am creating a web application that will support several domains. For example, if my app were named www.webapp.com, I'd also have numerous customers mapping their domains to my site via DNS CNAME ...
0
votes
1answer
129 views

How to add a success message after django allauth change password view has returned response

I am using django allauth to my django project for all my authentication related functionality, so now I want to implement password change functionality, so just copied the django allauth templates to ...
1
vote
1answer
155 views

AttributeError: 'NoneType' object has no attribute 'check_password' error in django allauth

I am using django all auth for my login and signup views and templates, but i also want to implement the change password functionality, so by default it has a template password_change.html that we can ...
0
votes
1answer
542 views

Django allauth session JSON serializable error after login

I have installed django-allauth, after that this is my settings.py Django_apps = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', ...
0
votes
0answers
154 views

Django-allauth: Twitch: KeyError '_id' on Callback: Token invalid or missing required scope

I am in the process of implementing django-allauth in my project. Google, Dropbox, Vimeo, Github, VK, and Stack Exchange (hooray) integration were achieved without issue; however, I am having a ...
1
vote
1answer
152 views

AssertionError with custom user model django-allauth

I'm new to django, recently i decide to integrate django allauth for using login with (facebook and google+), i work with a custom model (django 1.5), and a one to one userprofile model, my custom ...
0
votes
1answer
92 views

django magic urls for user registration best practices

What's the best practice for creating 'magic' url's for user registration in django? Currently we're using allauth for the user reg part. I'll use groups for the example. You have a group and you want ...
0
votes
1answer
132 views

How to override template in django-allauth?

Answers in other questions leave impression that this is in fact very easy: django-allauth configuration doubts overriding default templates of django-allauth However, I can't get it to work at ...
1
vote
1answer
133 views

django-allauth: verifying email only on non social signup

I'm using django-allauth plugin. It allows to configure the email verification through the ACCOUNT_EMAIL_VERIFICATION setting variable, but it doesn't differentiate between normal and social signup. I ...
0
votes
0answers
155 views

Django-allauth Sign Up, Login, and Social Connect into one page

How do you load both the Social Login, the Login form and Sign Up form to your Index page using django-allauth? Something similar like when you go to facebook.com. accounts/url are already working ...
0
votes
1answer
260 views

How do i generate a fresh access token from a stale token in django-allauth?

I have integrated allauth in my django project and users are able to log in via their facebook accounts. Now their tokens are available in the database but when i use them to get data of the users ...
1
vote
0answers
83 views

How do I use django-allauth with South?

I'm trying to do a data migration using South. I want to migrate information stored in django-allauth's SocialAccount model to my own UserProfile model. However, I'm having trouble importing ...
10
votes
2answers
359 views

What is the right way to use django-allauth with tastypie?

I'm writing a Django app that uses django-allauth for Facebook integration, and uses django-tastypie for a backend for an iOS app. The iOS app will use the native Facebook iOS SDK. I'd like to be able ...
4
votes
2answers
317 views

Plug in django-allauth as endpoint in django-rest-framework

I'm using django-allauth on my website for social logins. I also have a REST API powered by django-rest-framework that serves as the backend of a mobile app. Is there a way I can directly plug in ...
0
votes
1answer
552 views

Saving custom user model with django-allauth

I have django custom user model MyUser with one extra field: # models.py from django.contrib.auth.models import AbstractUser class MyUser(AbstractUser): age = ...
1
vote
1answer
243 views

Social Avatar with Django-Allauth

I set up my project with django-allauth and django-avatar to display the social user's profile avatar next to their user options nav menu on login. I've followed the allauth documentation but on login ...
1
vote
3answers
451 views

Difficulty using Django-AllAuth Example application

I'm working on a website in which I want to use Django-AllAuth to allow users to sign in using Facebook. However, I'm a bit stumped. When I run the example code and then go to "sign up" in the ...
0
votes
1answer
698 views

django-allauth configuration doubts

I'm using django-allauth with Django 1.5.1 and I have a few questions when setting it up: 1. Configure urls.py The docs says that you have to add the following to urls.py file: urlpatterns = ...
0
votes
1answer
266 views

Django allauth does not find /accounts/login view due to “No module named path.to”

I've installed django_allauth but the accounts/login view shows this error. ImportError at /accounts/login/ No module named path.to Request Method: GET Request URL: ...
0
votes
1answer
183 views

Django-allauth loads wrong base.html template

I've been trying to get django-allauth working for a couple days now and I finally found out what was going on. Instead of loading the base.html template that installs with django-allauth, the app ...
0
votes
2answers
192 views

Override clean_email() method in Django-allauth

How can i override the default clean_email() method in allauth.account.forms.BaseSignupForm. I tried the following in Forms.py: from allauth.account.forms import BaseSignupForm class ...
1
vote
2answers
462 views

issue with custom adapter and django-allauth

I'm using django-allauth for my project and I'm trying to use a custom adapter to do some work on settings.LOGIN_REDIRECT_URL before the user is redirected after login, relevant code: from ...
0
votes
1answer
339 views

Does allauth support UserProfile models?

I read one can create a Signup form using allauth, but does it also support UserProfile models as described in the Django documentation? ...
0
votes
1answer
85 views

questions about /accounts/openid/callback/ and ACCOUNT_EMAIL_REQUIRED

I use django-allauth, and I only allow google openid to login. I try to make it create accounts with the username taken from openid, so I made ACCOUNT_EMAIL_REQUIRED being True. It works, but I am ...
3
votes
1answer
1k views

How can I get the user's facebook id with django-allauth?

I want to display a picture of the current_user in my template. How can I access the user's facebook id when I'm using django-allauth?