Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-authentication

django-registration: how do I check whether the user is logged in before displaying a page

Making a beta code for a public django site

Exclude username or password from UserChangeForm in Django Auth

Implementing Ajax requests / response with django-allauth

How to achieve authentication with django-auth-ldap?

Django: any way to avoid querying for request.user on every request?

Django password reset. Not sending mail

'AnonymousUser' object is not iterable

Django : Syncdb incorrectly warns that many-to-many field is stale

Django: Remove "view on site" button in the admin User change form

django-allauth: how to properly use email_confirmed signal to set user to active

Inform user that email is invalid using Django's Password Reset

Create user notification system in Django

Authenticate in Django without a database

custom password validation in django 1.7

How to limit number of concurrent users logging in to same account in Django

Is there a way to use the browsable API for Django Rest Framework with Authtoken

Multiple Django apps, shared authentication

What more do I need to do to have Django's @login_required decorator work?

Multiple USERNAME_FIELD in django user model