constant DRUPAL_HASH_LENGTH in Simple LDAP 7.2
Same name and namespace in other branches
- 7 simple_ldap_user/simple_ldap_user.password.inc \DRUPAL_HASH_LENGTH
The expected (and maximum) number of characters in a hashed password.
2 uses of DRUPAL_HASH_LENGTH
- user_needs_new_hash in simple_ldap_user/
simple_ldap_user.password.inc - Check whether a user's hashed password needs to be replaced with a new hash.
- _password_crypt in simple_ldap_user/
simple_ldap_user.password.inc - Hash a password using a secure stretched hash.
File
- simple_ldap_user/
simple_ldap_user.password.inc, line 36 - Secure password hashing functions for user authentication.
Code
define('DRUPAL_HASH_LENGTH', 55);