Menu

#2 password inputs not supported

open
nobody
None
5
2006-01-13
2006-01-13
Anonymous
No

Hi
I noticed that your form query serializer function:

function toQueryString(elements)

doesn't support password inputs.

Heres a fix:

if(node.type.toLowerCase() == "text" ||
node.type.toLowerCase() == "hidden" ||
node.type.toLowerCase() == "password")

Dave

Discussion


Log in to post a comment.