Training and application development. Let our experts develop your applications. We're fast. We're reasonably priced. We've been there... done that.
www.vitarara.net
To contact Mark send an email to mark@mjm.net. You will receive an auto response from my mail server to verify you're not a spammer.
© Mark Menard
The only flaw that I see on this implementation is that the password is being transmitted as plain text. Consider using a javascript MD5 implementation (http://pajhome.org.uk/crypt/md5/index.html) before sending the form to the server.
security problem
The only flaw that I see on this implementation is that the password is being transmitted as plain text. Consider using a javascript MD5 implementation (http://pajhome.org.uk/crypt/md5/index.html) before sending the form to the server.