218
218
* Check whether a user's hashed password needs to be replaced with a new hash.
220
220
* This is typically called during the login process when the plain text
222
222
* has changed through a change in the variable password_count_log2 or
223
223
* DRUPAL_HASH_COUNT or if the user's password hash was generated in an update
224
224
* like user_update_7000().