Search code examples
User doesn't exist problem in login page of django User model...

djangodjango-authenticationdjango-usersdjango-login

Read More
What's the best way to extend the User model in Django?...

pythondjangodjango-modelsdjango-authenticationdjango-users

Read More
How to check whether the user is anonymous or not in Django?...

pythondjangoauthenticationdjango-authenticationanonymous-users

Read More
How to get the currently logged in user's id in Django?...

pythondjangodjango-modelsdjango-authenticationuserid

Read More
Problems logging in with email in Django admin...

pythondjango-admindjango-authenticationdjango-users

Read More
Django.auth.authenticate not authenticating user...

pythondjangodjango-viewsdjango-authenticationdjango-users

Read More
'function' object has no attribute 'user' error in Django?...

djangodjango-authentication

Read More
Least painful way of not using int4 as primary key in Django user models?...

djangodjango-authentication

Read More
Django Authentication Form not working properly...

pythondjangodjango-authentication

Read More
When using custom AuthBackend, unable to use request.user.is_authenticated or @login_required decora...

djangocustomizationdjango-authenticationdjango-auth-models

Read More
Django, how to do two-factor authorization via email?...

djangoauthenticationdjango-authentication

Read More
How to disable django.contrib.auth completely?...

djangodjango-authenticationdjango-syncdb

Read More
nginx auth_request: How to add GET parameters after successful authentication...

nginxflasknginx-reverse-proxynginx-configdjango-authentication

Read More
Is it bad written my custom authentication backend in Django?...

pythondjangodjango-authentication

Read More
Could not import 'rest_framework_jwt.authentication.JSONWebTokenAuthentication' for API sett...

djangodjango-rest-frameworkdjango-viewsjwtdjango-authentication

Read More
Overriding LoginView has no effect in the registration template...

djangodjango-formsdjango-authentication

Read More
Cors error happening on a simplejwt authenticated webpage...

djangodjango-rest-frameworkdjango-authenticationdjango-rest-framework-simplejwtdjango-cors-headers

Read More
Authenticate works but login does not. It's stuck on pending...

djangoauthenticationdjango-authenticationdjango-login

Read More
Django's self.client.login(...) does not work in unit tests...

djangounit-testingdjango-authenticationdjango-testing

Read More
How to forcefully log out a user when user closes tab or browser on website built on django2.0...

djangoauthenticationdjango-authentication

Read More
How to programmably create an User in Django?...

pythondjangodjango-modelsdjango-authentication

Read More
CreateView creates user but doesn't log user in...

djangodjango-viewsdjango-authenticationdjango-class-based-viewsdjango-registration

Read More
No module named 'backends'...

pythondjangodjango-authentication

Read More
(Django) Sharing authentication across two sites that are on different domains...

djangodjango-authentication

Read More
Django login - Preserve the 'next' parameter in the URL when the login form submission fails...

djangodjango-viewsdjango-formsdjango-authenticationdjango-login

Read More
Django save model with anonymous user...

djangodjango-modelsdjango-viewsdjango-authentication

Read More
Django - User admin - adding groups to list_display...

djangodjango-admindjango-authentication

Read More
Django: unset a user's password, but still allow password reset...

djangodjango-authentication

Read More
Is there a way to programmatically find which account has been locked out in django-axes?...

djangodjango-viewsdjango-authentication

Read More
How to hash stored passwords in mysql using pbkdf2_sha256 using Django...

pythondjangodjango-viewsdjango-templatesdjango-authentication

Read More
BackNext