How and where do I add a Forgot Password link to the "Secure Name/Password - Form"?

Hi,

How and where do I add a Forgot Password link to the "Secure Name/Password - Form"?

I was trying to see if I could find that information in the manual.

There is something about how to do it when using b2c.... but that is not the case.

Parents Reply
  • 0   in reply to   

    Thanks...... one could wish that would help.

    I need the link for forgotten password to appear on the login form.

    According to the SSPR Doc https://www.netiq.com/documentation/self-service-password-reset-47/sspr-adminguide/data/t43milg959i5.html#b14yznxn

    One should

    ----

    Integrating the Forgotten Password URL#

    You can configure the Access Manager user portal page to include the Forgotten Password URL for Self Service Password Reset. On the Identity Server, add the following HTML code in the login.jsp file (/opt/novell/nids/lib/webapp/jsp/login.jsp) above the last two </body></html> tags:

    <CENTER> <a href="https://intranet.company.com/sspr/public/forgottenpassword? forceAuth=TRUE&logoutURL=">intranet.company.com/AGLogout" target="_top"> Forgot Password - Self Service Password Reset</a></CENTER>

    ----

    However, the login.jsp file, on a NAM504 contains this (no html tags)

    --- CUT HERE  ---

    <%@ page import="com.novell.nidp.*" %>
    <%
        if (NIDPConstants.useLegacyUI())
            {
    %>
            <%@ include file="login_legacy.jsp" %>
    <%  } else { %>
            <%@ include file="login_latest.jsp" %>
    <%  }

    --- CUT HERE ----

    Modifying the "login_latest.jsp" file does not seem to work.

Children
  • 0   in reply to   

    Hi Nicolai, thanks for you feedback!

    That's interesting, according to my notes we also updated login_latest.jsp the last time we added "custom" link for SSPR under

    /opt/novell/nam/idp/webapps/nidp/jsp

    ...

        <div>

               <a href="">sspr.acme.com/.../a>

          </div>

    ...

    That was on 4.5.x appliance though...

    Best regards,
    Philipp