Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django-authentication

how to create a group permission in django

Django Nested Groups: Groups in Groups

How do I access auth User's User.objects.create_user(...) in a south migration?

Django save model with anonymous user

What is the opposite of @login_required decorator for Django views?

How does default_token_generator store tokens?

Django: How to login user directly after registration using generic CreateView

Object of type 'AuthToken' is not JSON serializable

Django - CSRF token missing or incorrect

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

How can make Django permission_required decorator not to redirect already logged-in users to login page, but display some message

How can I set a minimum password length when using the built-in Django auth module?

How to test login process?

django auth - has_perm returns True while list of permissions is empty

django-authentication

Django authentication - wrong redirect url to login page

Suppress "?next=blah" behavior in django's login_required decorator

How do I setup a unit test user for django app? The unit test can't login

NoReverseMatch while rendering: Reverse for ''django.contrib.auth.views.login''

custom django-user object has no attribute 'has_module_perms'

How can I not use Django's admin login view?