DROPDOWN QUESTIONS WITH a question mark I.E. "?" X ERROR: [Profile] |Question| : Question may not contain "?"
search cancel

DROPDOWN QUESTIONS WITH a question mark I.E. "?" X ERROR: [Profile] |Question| : Question may not contain "?"

book

Article ID: 25676

calendar_today

Updated On:

Products

CA Identity Manager CA Identity Governance CA Identity Portal CA Risk Analytics CA Secure Cloud SaaS - Arcot A-OK (WebFort) CLOUDMINDER ADVANCED AUTHENTICATION CA Secure Cloud SaaS - Advanced Authentication CA Secure Cloud SaaS - Identity Management CA Secure Cloud SaaS - Single Sign On

Issue/Introduction

Create a task with drop-down questions with "?" in them. X ERROR: [Profile] |Question| : Question may not contain "?"
ex. What is your favorite vacation spot?, the question marks in drop down security questions, IDM complains.
Do you have a fix for the password handler to bypass this problem.

Environment

Release:
Component: IDMGR

Resolution

The issue is that the ForgottenPasswordHandler logical attribute handler specifies the delimiter to be used for separating the question and answer information from each other. It does validation checks against those values to ensure that the delimiter is not used for either value.
Fortunately this value is configurable with the following steps:

  1. Go to the idmmanage console.

  2. Click on Environments and the environment in question.

  3. Click on Advanced Settings -> Logical Attribute Handlers -> ForgottenPasswordHandler.

  4. Scroll to the bottom to the User Defined Properties section and change the value used for the delimiter to something else like pipe ('|').

  5. Save and restart the environment.
    (Clarification on step #4: . Since you don't see a value add a new one with property = Delimiter and value = | )