Top "Django-allauth" questions

django-allauth is a set of pluggable django apps for authentication, registration, account management as well as 3rd party (social) account authentication

How to edit django-allauth default templates?

i'm using Django 1.10 and i want to add the allauth's app for login, signin, etc, to my website. I've installed …

django django-templates django-allauth
Django rest-auth allauth registration with email, first and last name, and without username

I am using django-rest-auth and allauth for login and registration in my django app. I haven't written any extra single …

django django-rest-framework django-allauth django-rest-auth
ImportError: cannot import name RemovedInDjango19Warning

I'm on Django 1.8.7 and I've just installed Django-Allauth by cloning the repo and running pip install in the app's directory …

python django python-2.7 django-models django-allauth
Django allauth social login: automatically linking social site profiles using the registered email

I aim to create the easiest login experience possible for the users of my Django site. I imagine something like: …

django django-1.5 django-allauth
Remove 'username' field from django-allauth

When django-registration doesn't support django 1.5 and custom user model. I'm trying use django-allauth, from first look it's great product. Problem …

django django-allauth
django-allauth - Overriding default signup form

I'm using this code (in forms.py) for my custom signup form for allauth: class RegistrationForm(UserCreationForm): birth_date = forms.…

django django-forms django-allauth
django-allauth SITE_ID error

I'm learning django and have decided to use django-allauth for user registration. I currently only want local accounts (I've excluded …

django django-allauth
Django-allauth No Facebook app configured: please add a SocialApp using the Django admin

I am trying to setup Django-allauth in my project. I am running into this error and am unable to fix …

django facebook django-allauth
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 …

python django django-allauth
Django-allauth: send welcome email on signup (without verification)

How can I send a welcome email to a user who signs up on a django app(using django-allauth). If …

django django-allauth