SECURITY


Providing instructions for users who forget their passwords
Specify instructions to display in the IBM® Lotus® Notes® login window to users (even non-vaulted ones) who forget their passwords. The instructions can be eight lines in length and can include blank lines for better readability. To provide a button that users can click to open a Web page, add the following HTML markup below the last line of the text instructions:

<A HREF="url">button text</A>

where url is the Web site URL and button text is the button label. For example:

<A HREF="http://www.acme.com/passwordreset">Open Web page</A>

Use any of the following methods to provide forgotten password instructions:


Related topics