Home » Authentication » Auth » Bug #251
cryptType handling is incomplete in DB-Containers addUser-Method
Details
| Submitted | 2003-11-14 14:14 UTC |
|---|---|
| From | kryscho at kryscho dot de |
| Status | Duplicate |
| 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" ...
[2003-11-14 14:16 UTC] kryscho at kryscho dot de
sorry