Lost ID policy

The Lost ID authentication policy enables users to retrieve their lost or forgotten user IDs. This policy uses the reCAPTCHA mechanism to verify the request originates from a human and a secondary attribute to ensure that only the account owner can start the process. The lost ID is emailed to the user. None of the user's account information is displayed in the browser.

Lost ID Setup

HTML templates

Email templates

JavaScript Mapping Rules

Lost ID workflow

Upon completion of this flow, the user receives an email message containing the lost or forgotten user ID.

  1. The user accesses https://<WebSEAL host>:<port>/mga/sps/authsvc?PolicyId=urn:ibm:security:authentication:asf:uscLostId

  2. On this screen, the user is prompted to enter an email address, surname, and complete the CAPTCHA.

    • The template page that is presented is authsvc/usc/lost-id/collectEmail.html
    • The JavaScript that pre-populates the form and validates responses is USC_LostId_CollectEmail

    • If the email address and surname do not match any existing profile, a generic error is returned.

  3. An email containing the lost or forgotten user ID is sent to the user.

  4. On the next screen, the operation success page is presented.

    • The template page that is presented is authsvc/usc/lost-id/success.html
    • The JavaScript that pre-populates the page is USC_LostId_Success

Parent topic: User Self-Care operations