- Language: en
59 results for login in version 1.11
-
Customizing authentication in Django
- … login_valid = ( settings . ADMIN_LOGIN == username ) pwd_valid = check_password ( password , settings . ADMIN_PASSWORD ) if login …
-
Django 1.11 release notes
- … login() and logout() function-based views. The PasswordChangeView , PasswordChangeDoneView , PasswordResetView , PasswordResetDoneView , PasswordResetConfirmView , and PasswordResetCompleteView class …
-
How to use sessions
- … login as that user even if the user logs out. Cookies will only be detected …
-
django.contrib.admin.views.decorators
- … login_url = 'admin:login' ): """ Decorator for views that checks that …
-
Django 1.9.3 release notes
- … login request for a user with a password encoded in an older number of iterations …
-
django.contrib.auth
- … login_failed SESSION_KEY = '_auth_user_id' BACKEND_SESSION_KEY = '_auth_user …
-
Django 1.11.10 release notes
- … login_allowed() raises. If confirm_login_allowed() isn’t overridden, an attacker enter an arbitrary …
-
Submitting patches
- … Login” or “DjangoProject Login” in the upper left of the ticket page. Claim the ticket …
-
Cross Site Request Forgery protection
- … login CSRF’, where an attacking site tricks a user’s browser into logging into a site …
-
Django documentation contents
- … login pages only Writing custom django-admin commands Accepting optional arguments Management commands and locales …