Haqa,
If you use a sniffer on the client's network port you see this.
POST /forum/login.php?do=login HTTP/1.1 (application/x-www-form-urlencoded)
vb_login_username=abek&vb_login_password=ThePlainT extPasswordOfAbeK&s=&securityt oken=guest&do=login&vb_login_md5password=dbfe6013c 281e40468727267d7441951&vb_log in_md5password_utf=dbfe6013c281e40468727267d744195 1
Is there anyway to stop the contents of vb_login_password from being sent as plain text from the client PC to the server?
Other than this issue, this is a great mod.
---------------------------------
EDIT
The answer to my question seems to be to serve the pages from a https server.
I have it working, vB3.8.4
|