django-allauth Questions
4
Is it possible to create user accounts with email as username and no other details such as password using allauth? The intention is to make the signup process as easy as possible. Can password be s...
Jordain asked 23/2, 2016 at 14:23
9
Solved
I'm using django-allauth, and I configured localhost:9000/admin/ with the following details:
socialapp .
provider:
Name:
Client id:
App ID, or consumer key
Key:
Secret: etc .
I set SITE_ID = 2 (be...
Dimphia asked 14/3, 2013 at 12:30
5
Solved
I only want to allow people to sign up or log in with their social account. I have the social sign up and log in working, but I cant figure out how to disable the local sign up.
I've read the docs...
Nullifidian asked 26/11, 2014 at 19:29
1
Python: 3.8.10
Django: 4.1.7
django-allauth: 0.54.0
I'm working on a webpage which I have to connect to the Company Google Workspace.
I correctly managed the login, with no issues.
Now, I have to...
Finnougrian asked 3/5, 2023 at 14:23
5
Does anyone know how I would go about bypassing the signup page when using a social account in django allauth?
I've got the authentication side of things working with Google but when the user acce...
Tankersley asked 7/1, 2014 at 23:54
6
Solved
I aim to create the easiest login experience possible for the users of my Django site. I imagine something like:
Login screen is presented to user
User selects to login with Facebook or Google
Us...
Tommi asked 14/10, 2013 at 5:31
5
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 a...
Collogue asked 25/7, 2013 at 15:8
3
Solved
I am successfully able to login via Google and Facebook using Django (1.6.4) and allauth (0.16.1) and Python (2.7) with expected redirect to settings.LOGIN_REDIRECT_URL in case when there isn't a e...
Greenhaw asked 23/6, 2014 at 3:5
3
Solved
I have a sign up form which asks only for email and password. When a user signs up, django-allauth creates a username for that user by striping the "@email" suffix form the user's email address.
S...
Ephemeral asked 7/12, 2014 at 22:37
2
Solved
I am using Django 1.7 and for authentication I am using Django allauth. For sending email, I started using zoho smtp server. It is able to send normal & transactional mails but it cannot send s...
Coastal asked 28/10, 2015 at 20:32
2
If I've an emailadress only
If I don't care about a password atm (user will login through a "token link" later)
In pure Django I would just do it like:
from django.contrib.auth.models import Us...
Outfall asked 19/3, 2015 at 14:42
3
Solved
EDIT
Please, do not waste your time reading the question... it is the wrong approach!
Look at my own answer for a step-by-step guide (with explanation) of the right solution
TL;DR
How coul...
Meaganmeager asked 12/6, 2017 at 17:20
5
Solved
I am trying to create an authentication API for a flutter app that will log users in with a google authentication signup/login form. I followed this tutorial to achieve this.
So far so good, except...
Irita asked 4/10, 2020 at 12:23
8
Solved
I am creating a Django website. I was recently adding permissions/search functionality using the allauth package. When I attempt to run the website through docker I receive the error message:
File ...
Ensnare asked 23/12, 2021 at 20:1
3
Solved
I'm using the django-allauth login page to log users into my admin panel. This works fine, but when they logout from the admin panel, I want them to be sent directly back to the /accounts/login/ pa...
Goree asked 19/7, 2014 at 18:58
2
Solved
"ModuleNotFoundError: No module named 'allauth.account.middleware'"
I keep getting this error in my django project even when django-allauth is all installed and setup???
I tried even rein...
Deroo asked 30/8, 2023 at 23:39
19
I want a menu thats custom depending which group you are member of.
Im using Django 1.10.1, allauth and so on.
When im trying to make my templatetag it fails and it says:¨
TemplateSyntaxError at ...
Varicose asked 18/11, 2016 at 21:28
4
Solved
I'm using django-allauth primarily as a way to create user accounts for the admin backend. What I would like to have happen is:
1) When a user goes through the sign up procedure, send out the veri...
Revenuer asked 16/7, 2014 at 21:29
1
I have been trying to get two third party apps to play nice together, and it just hasn't been working for me, due to their names.
The two apps I am trying to get to work are django-user-accounts a...
Hopper asked 18/10, 2017 at 0:15
5
I'm using django-rest-auth for user signup and verify email.
I'm able to successfully send the email when a user signs up. Howvever, on email verification, I'm getting this error with the following...
Packsaddle asked 19/4, 2015 at 3:12
4
I am trying to integrate the google-one-tap with my django project on my localhost.
So I added http://localhost:8000 and http://localhost into the Authorized JavaScript origins in Client ID for Web...
Zampardi asked 19/8, 2021 at 21:34
1
Solved
im having a trouble with dj_rest_auth jwt package. when i signup for a new account it gives me both access token and refresh token in response, but when i try to login with credentials, all i get i...
Kovacev asked 24/2, 2023 at 15:43
1
I'd like to use django-rest-auth to easily make use of the registration and social auth features of django-allauth in my API.
I'd also like to use django-rest-knox, as it provides a token per devi...
Helaine asked 18/1, 2017 at 18:35
4
Solved
I use allauth to sign in with emails and did a very basic custom login form and a template override for allauth and display the login form. Hitting the URL throws me straight into the exception:
...
Dareen asked 12/8, 2019 at 1:57
4
Solved
I am using django-rest-auth and allauth for login and registration in my django app. I haven't written any extra single line of code of my own for login or registration. Registration is successful ...
Anthraquinone asked 28/4, 2016 at 9:21
1 Next >
© 2022 - 2025 — McMap. All rights reserved.