UserName not showing in WEB access

Hi,

I am sending a link to a web form to the user’s lotus notes client email. When the user clicks the link, a web page opens which asks him to enter his/her details. I want the user’s USERNAME to appear using @UserName. But it shows anonymous and not the user’s name. How to resolve this?

Any help would be appreciated.

Regards,

Harpreet Kaur

Subject: The user needs to authenticate

Add &login to the end of your URL, that will require them to enter their name and password, then @username will return the authenticated users name.

Subject: Re: Authenticate users

Hi Carl,

Thanks for your response. And it does work now. But I have another question:

The method you told me would require the user to enter his login details twice. Isn’t there any other work around for this?

Thank u once again.