Home » Authentication » Auth » Bug #250
cryptType handling is incomplete in DB-Containers addUser-Method
Details
| Submitted | 2003-11-14 14:14 UTC |
|---|---|
| From | kryscho at kryscho dot de |
| Assigned | yavo |
| Status | Closed |
| Package | Auth |
| PHP Version | 4.3.2 |
| OS | Winxp |
| 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