[cvs] commit: framework/Auth/Auth sql.php
Chuck Hagenbuch
chuck at horde.org
Sat Jan 31 15:56:54 PST 2004
chuck 2004/01/31 15:56:54 PST
Modified files:
Auth/Auth sql.php
Log:
Try to make things a bit more consistent in here:
* _comparePasswords() no longer duplicates half of what
_encryptPassword() does; instead, _encryptPassword() can now take a
salt as an optional parameter.
* 'encryption' now explicitly defaults to 'md5-hex' as
documented. Empty or '' encryption settings are no longer
specialcased; this means that you might need to explicitly set
'show_encryption' to false depending on your old setup (this isn't so
bad since if this is your situation, the last revision of this file
would have broken encryption for you anyway).
Revision Changes Path
1.61 +66 -90 framework/Auth/Auth/sql.php
Chora Links:
http://cvsweb.horde.org/diff.php/framework/Auth/Auth/sql.php?r1=1.60&r2=1.61&ty=u
More information about the cvs
mailing list