2 yabba Aug 09, 2007 09:09

can't wait to get home to test
Thanks for your help. I'll let you know if it works
Cheers for now
no luck, i keep getting errors such as invalid parameters when i copied the contents of the inc/VIEW/_login_form.php to my _main
I did update the links to the header and footer but to no avail
Cheers
James
You misunderstood me, when I said paste the html I meant visit http://yourdomain.com/htsrv/login.php, right click -> view source and copy the html of the form
¥
brilliant, have managed to get it to work
thanks for your help again
I see there's a "pwd_salt" field which in the original login form is filled dinamically. Isn't there a problem with leaving the static value of "pwd_salt" from the pasted HTML?
FYI, I did copy & pasted the form and loggin in and out works as intended, so this is only a -perhaps- minor doubt.
The pwd_salt makes harder someone to use a brute or a dictionary attack against you.
Yep, just copy the html from the login screen and paste it into your skins _main.php wherever you want it to appear.
If you only want it to appear when you're not logged in then you can wrap it like this :
¥