- Language: en
59 results for login in version 5.0
-
Password management in Django
- … login request for a user with a password encoded in a non-default algorithm and the duration …
-
Porting your apps from Django 0.96 to 1.0
- … LOGIN_URL has moved The LOGIN_URL constant moved from django.contrib.auth into the settings module …
-
How to authenticate using REMOTE_USER
- … login that user using the RemoteUserBackend . Be aware that this particular setup disables authentication with …
-
Django 1.5.5 release notes
- … login This behavior introduced as a security hardening measure in Django 1.5.2 did not work …
-
Testing tools
- … login ( user , backend = None ) aforce_login ( user , backend = None ) Asynchronous version : aforce_login() If your …
-
Introduction to class-based views
- … login_required() . In this example, every instance of ProtectedView will have login protection. These examples …
-
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 …
-
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 …