[Formsess-devel] Feature: $fs->getAllFields, Security: password fields are kept
Status: Beta
Brought to you by:
mrkatana
|
From: David <da...@df...> - 2004-02-06 16:24:10
|
Hello,
while using formsess I noticed that with bigger forms you get a long list
of
$var1 = $fs->get_value('var1');
$var2..
I would like to have a function to return all saved fields in an array.
(It only has to return $this->_sess_space['values']).
I can implement it, I just need to know how to call it, then I'll send a
patch..
(I submitted a feature request at sf for that:
http://sourceforge.net/tracker/index.php?func=detail&aid=891899&group_id=65793&atid=512273)
I also noticed that values of password fields are kept.
I think thats a security problem and should be changend.
We could introduce an optional paramenter (s.th. like keepValue) for the
password-input to keep it..
Same like above: I can fix that and add the new parameter, just tell me
how you want it to be called..
(I submitted a bug report on fs for that:
http://sourceforge.net/tracker/index.php?func=detail&aid=891894&group_id=65793&atid=512270)
-david
|