PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » Auth » Bug #250

cryptType handling is incomplete in DB-Containers addUser-Method

Details

Submitted2003-11-14 14:14 UTC
Fromkryscho at kryscho dot de
Assignedyavo
StatusClosed
PackageAuth
PHP Version4.3.2
OSWinxp
Roadmaps(Not assigned)

Comments

[2003-11-14 14:14 UTC] kryscho at kryscho dot de

Description:
------------
One can set cryptType to "crypt", "md5", "none" or any user defined function, right?

So when I use the Method "addUser()" with DB-Container, it only checks for "md5" and function_exists(crypType), wich of course includes "crypt", but it checks not for "none" ...

[2004-02-21 21:16 UTC] yavo at php dot net

This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pear.php.net.

In case this was a pear.php.net website problem, the change will show
up on the website in short time.

Thank you for the report, and for helping us make PEAR better.

Fixed in cvs