RSS

(root)/drupal/7-fic : 14.1.14 : includes/password.inc

« back to all changes in this revision

Viewing changes to includes/password.inc

bzr
2008-12-20 19:00:05
This revision was merged to the branch mainline in revision 316.
Revision ID: bzr@web3.fourkitchens.com-20081220190005-uq28yg3zmtg98v4w
Scheduled update from HEAD: Sat Dec 20 19:00:05 GMT 2008

Show diffs side-by-side

added added

removed removed

1
1
<?php
2
 
// $Id: password.inc,v 1.3 2008/05/26 17:12:54 dries Exp $
 
2
// $Id: password.inc,v 1.4 2008/12/20 18:24:33 dries Exp $
3
3
 
4
4
/**
5
5
 * @file
218
218
 * Check whether a user's hashed password needs to be replaced with a new hash.
219
219
 *
220
220
 * This is typically called during the login process when the plain text
221
 
 * password is available.  A new hash is needed when the desired iteration count
 
221
 * password is available. A new hash is needed when the desired iteration count
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().

Loggerhead 1.17 is a web-based interface for Bazaar branches