- Language: en
41 results for hash in version 2.1
-
Django 1.4 release notes
- … hash Consequences: The user will see the validation error “Security hash failed.” Time period: The amount …
-
Model instance reference
- … hash__() Model. __hash__ () [source] The __hash__() method is based on the instance’s primary key value …
-
Django 2.1.2 release notes
- … hash. While it’s typically infeasible to reverse a strong password hash, if your site …
-
Writing and running tests
- … hashing The default password hasher is rather slow by design. If you’re authenticating many …
-
Password management in Django
- … hash ( self , sha1_hash , salt , iterations = None ): return super () . encode ( sha1_hash , salt , iterations ) def encode …
-
The staticfiles app
- … hashes converge. To prevent an infinite loop due to hashes not converging (for example, if 'foo.css …
-
Using the Django authentication system
- … hash() method, authenticated sessions will include the hash returned by this function. In the AbstractBaseUser …
-
Customizing authentication in Django
- … hash of the password. For example: ADMIN_LOGIN = 'admin' ADMIN_PASSWORD = 'pbkdf2 …
-
django.contrib.auth
- … hash of, and metadata about, the password. (Django doesn’t store the raw password.) Raw passwords …
-
Django 1.7 release notes
- … hash() method was added and if your AUTH_USER_MODEL inherits from AbstractBaseUser , changing a user …