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.
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:
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.