- Language: en
59 results for login in version 1.11
-
Django 1.3 release notes
- … login methods of the admin In previous version the admin app defined login methods in multiple …
-
Password management in Django
- … login request for a user with a password encoded in a non-default algorithm and the duration …
-
Authentication 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() returns True if it the credentials were accepted and login was successful. Finally, you’ll need …
-
django.contrib.auth.decorators
- … login_url = resolve_url ( login_url or settings . LOGIN_URL ) # If the login url is the same …
-
django.contrib.admin.sites
- … login return redirect_to_login ( request . get_full_path (), reverse ( 'admin:login' , current …
-
Django 1.10 release notes
- … login() view allows redirecting authenticated users visiting the login page. The new AllowAllUsersModelBackend and AllowAllUsersRemoteUserBackend …
-
django.test.client
- … login ( user , backend ) def _login ( self , user , backend = None ): from django.contrib.auth import login engine = import …
-
Introduction to class-based views
- … login_required() . In this example, every instance of ProtectedView will have login protection. Note method …