Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-authentication

self.model() in django custom UserManager

Django/Auth: logout clears the session data?

In Django admin, how to filter users by group?

Django auth model Error: name 'User' is not defined

Django - user is_active

Database error: no such table: auth_user. Extending AbstractUser and using model to register on admin

How to create multiple signup pages with django-allauth?

Is it possible to use django-crispy-form FormHelper without modifying Form class

AWS Cognito as Django authentication back-end

django authentication package: 'auth' not registered as a namespace

Django How to prevent multiple users login using the same credentials

Authenticate user after password reset in Django

How to login a user during a unit test in Django REST Framework?

Django - Testing - Problems with @login_required decorator

Django- how to use built-in login view with email instead of username?

Duplicate email using both python-social-auth and email registration in Django

Django Auth LDAP - Direct Bind using sAMAccountName

Adding extra_context in Django logout built-in view

Can I change Django's auth_user.username field to be 100 chars long without breaking anything?

How do I set session variables at login using django-registration and auth?