szern
11-18-2003, 06:58 PM
I've tried implementing the following below, but am getting : "Invalid username or password" error.
<form |form|>
<input type="hidden" name="username" value="demo">
<input type="hidden" name="password" value="demo">
<input type="submit" name="login" value="I Accept the Terms of Service">
<input type="hidden" |form_login|>
<input type="hidden" |form_chap_id|>
<input type="hidden" |form_chap_chal|>
<input type="hidden" |form_chap_pass|>
<input type="hidden" |form_target|>
</form>
I've added this syntax after the original login form.
Basically, I want to have the normal login on the top half of the login page AND also a demo (hidden value) login at the bottom for user testing purposes with a 'Terms of Service'
Can this be done?
Thanks!
<form |form|>
<input type="hidden" name="username" value="demo">
<input type="hidden" name="password" value="demo">
<input type="submit" name="login" value="I Accept the Terms of Service">
<input type="hidden" |form_login|>
<input type="hidden" |form_chap_id|>
<input type="hidden" |form_chap_chal|>
<input type="hidden" |form_chap_pass|>
<input type="hidden" |form_target|>
</form>
I've added this syntax after the original login form.
Basically, I want to have the normal login on the top half of the login page AND also a demo (hidden value) login at the bottom for user testing purposes with a 'Terms of Service'
Can this be done?
Thanks!