- Language: en
42 results for login in version 1.8
-
Django 1.8.10 release notes
- … login request for a user with a password encoded in an older number of iterations …
-
Django FAQ
- … login page again, with no error messages. I can’t log in. When I enter …
-
Django 1.4 release notes
- … login , password_reset_confirm , password_change and add_view in django.contrib.auth.views , as well as user …
-
Model _meta API
- … login>, <django.db.models.fields.BooleanField: is_superuser>, <django.db.models.fields.CharField: username>, <django.db.models.fields.CharField: first_name …
-
Working with forms
- … login form for the Django admin contains several <input> elements: one of type …
-
Django Deprecation Timeline
- … LOGIN_URL and LOGIN_REDIRECT_URL settings will be removed. Support for optparse will be dropped …
-
Archive of security issues
- … login redirect. Full description Versions affected Django 0.91 (patch) Django 0.95 (patch) Django 0.96 (patch …
-
Django 1.7.10 release notes
- … login_required() as done in the admin). This could allow an attacker to easily create …
-
Django 1.5.9 release notes
- … login attempt. Data leakage via query string manipulation in contrib.admin In older versions of Django …
-
Authentication using REMOTE_USER
- … login that user using the RemoteUserBackend . Be aware that this particular setup disables authentication with …