This article addresses the error message "The verification information should not contain part of the question" encountered when configuring Forgotten Password questions and answers in the Identity Manager user interface.
Identity Manager
The error message is triggered by a hardcoded validation check within the Identity Manager ForgottenPasswordHandler logic. This check prevents the answer to a security question from containing any portion of the question text itself.
Validation Constraint:
ims.jar file (ForgottenPasswordHandler.class).Error Location:
IMSExceptions.properties file located at: JBoss/Wildfly/standalone/deployments/iam_im.ear/custom/resourceBundles/IMSExceptions.properties3081=The verification information should not contain part of the question.Workaround: