From: Don S. <do...@se...> - 2003-02-27 16:00:31
|
OK look at the bottom of the website. It looks like there is indeed a "username" REQUEST key. Is there any chance phpws could use a key like 'phpwsusername' or something? That would certainly avoid any conflicts like this? Don. On Thu, 27 Feb 2003, Matthew McNaney wrote: > > http://ffl.sourceforge.net/ > > > > The Username field is pre-filled with garbage. > > I am not sure what is causing this. The default value of this field is > $_REQUEST['username'] or NULL if not set. Somehow, that value is getting > placed in the REQUEST array. I am guessing that MAYBE sourceforge has some > sort of resident 'username' value following you to the site. I don't know. > > If you get a chance, run > echo $core->testArray($_REQUEST); > > and see what sort of table comes up. > > Thanks, > Matt > > |