How to change the labels for URLs within IDM Credential Provider
search cancel

How to change the labels for URLs within IDM Credential Provider

book

Article ID: 15190

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



How can the "Forgot Password", "Unlock Account" and "New Account" labels for the links used by the IDM Credential Provider be changed?  For example, how can "New Account" be changed to "Create New Account", or "Forgot Password" be changed to "Reset Password"?

Environment

Release:
Component: IDMGR

Resolution

These strings can be modified in the dialogs.xml file, located by default at C:\Program Files\CA\Identity Manager\Credential Provider\dialogs.xml.  Change them to the desired values in the first section within that file.  There is a section for each language supported by the Credential Provider.  For example <lang_1033> represents US English. 

<CAIMCredProv.dll>

<strings>

<lang_1033>

<link1>Forgot Password</link1>

<link2>Unlock Account</link2>

<link3>New Account</link3>

</lang_1033>

<lang_1034>

<link1>Forgot Password</link1>

<link2>Unlock Account</link2>

<link3>New Account</link3>

</lang_1034>

<lang_1036>

<link1>Forgot Password</link1>

<link2>Unlock Account</link2>

<link3>New Account</link3>

</lang_1036>

<lang_2052>

<link1>Forgot Password</link1>

<link2>Unlock Account</link2>

<link3>New Account</link3>

</lang_2052>

<lang_3084>

<link1>Forgot Password</link1>

<link2>Unlock Account</link2>

<link3>New Account</link3>

</lang_3084>

</strings>

</CAIMCredProv.dll>