PEAR is archived and read-only

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

Home » Authentication » Auth » Bug #935

$HTTP_POST_VARS / $_POST array keys

Details

Submitted2004-03-03 10:21 UTC
Frommoritz dot heidkamp at invision-team dot de
Assignedyavo
StatusClosed
PackageAuth
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[2004-03-03 10:21 UTC] moritz dot heidkamp at invision-team dot de

Description:
------------
The keys in the $HTTP_POST_VARS / $_POST array used for username and password are static ('username' and 'password'). One could make them variable like the key that is used in the $_SESSION array (var $_sessionName) by passing the names to the constructor (inside the $options parameter).

[2004-03-28 23:23 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.