Log in

View Full Version : Log in?


ForKmaN
04-01-2004, 12:10 PM
Hello there,

i am not realy that experienced with the vb3 code, and i am trying to allow visitors to log in from my main page. I 'm having a hard time fixing this. Previous versions of vb saved the password encrypted with md5. Now it seems that this does not work anymore, whenever i try to check the given password with the one in the user table.
Could anyone give me some directions in how to fix this?

Thanks a lot for your time :)

NTLDR
04-01-2004, 01:35 PM
Take alook at the navbar template, you can find the code there to generate a login box.

ForKmaN
04-02-2004, 08:25 AM
Great, thanks a lot for your help! I'll look into this :)