- Language: en
62 results for login in version 3.2
-
Django 1.11 release notes
- … login() and logout() function-based views. The PasswordChangeView , PasswordChangeDoneView , PasswordResetView , PasswordResetDoneView , PasswordResetConfirmView , and PasswordResetCompleteView class …
-
Django 1.10 release notes
- … LOGIN_URL and LOGIN_REDIRECT_URL settings is removed. Support for optparse is dropped for custom …
-
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 1.11.10 release notes
- … login_allowed() raises. If confirm_login_allowed() isn’t overridden, an attacker enter an arbitrary …
-
django.contrib.auth
- … login_failed . send ( sender = __name__ , credentials = _clean_credentials ( credentials ), request = request ) [docs] def login ( request …
-
Django 2.0.2 release notes
- … login_allowed() raises. If confirm_login_allowed() isn’t overridden, an attacker enter an arbitrary …
-
Django documentation contents
- … login pages only Writing custom django-admin commands Accepting optional arguments Management commands and locales …
-
Django Deprecation Timeline
- … LOGIN_URL and LOGIN_REDIRECT_URL settings will be removed. Support for optparse will be dropped …