Posted on 19/02/2009 10:23:22
michael@vestjyskmarketing.dk wrote:
Oh well that explains something :)
Do I have to send the user to a page where the Extranet has been applied?
I've tried to send the user to another page which is not protected. It seems that the username and password is not remembered og stored by the system.
No, this is enough:
<form name="Login" method="get">
<input type="text" name="username" /><br />
<input type="password" name="password" /><br />
<input type="submit" value="Login" />
<!-- You may have redirect on login set for some users. In that case to avoid redirect, use the following -->
<input type="hidden" name="CancelRedirect" value="1" />
</form>