PEAR is archived and read-only

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

Home » Authentication » Auth » Bug #251

cryptType handling is incomplete in DB-Containers addUser-Method

Details

Submitted2003-11-14 14:14 UTC
Fromkryscho at kryscho dot de
StatusDuplicate
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" ...

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

sorry