Login from Home Page

Hi All,

I’ve successfully added a custom login form to my Domino Server, using the mapped login form in the domcfg database. My customer also wants a login area on the home page, with a username and password field and login button. I’m not sure how to approach the authentication process from the home page. If login is successful, the user should be returned to the home page authenticated.

Any ideas greatly appreciated.

Regards,

Niall.

Subject: Append “&login”

Just append “&login” to the URL of the homepage. If the homepage launches when the database that contains it is opened, then you can use a URL such as this:

http://www.mysite.com/mydatabase.nsf?opendatabase&login

Or to open a specific page:

http://www.mysite.com/mydatabase.nsf/mypage?openpage&login

Subject: RE: Append “&login”

That was not his question. He wanted to know how to include username and password fields on the home page, which is different. I answered him in the other forum.

Subject: RE: Append “&login”

File Save, what forum did you post your response in. I am interested in the same and would like to see your response.

Regards

-J