Field labels in user forms.

Hi All,

I am new to IdM. In some of the forms, I am seeing field titles given as _FM_FIRSTNAME, _FM_LASTNAME, _FM_ACCOUNT_ID etc. I guess these are some constants. From where the values of these constants are set ?. I mean, if I want to change the field labels, how can I change these values? Requesting your help in this regard.

Thanks.

[356 byte] By [User_idma] at [2007-11-26 15:30:58]
# 1

These are stored in the message catalog that is associated with the currently selected locale. Search through the documentation for message catalog information to see where the existing values are stored and how to create your own custom message catalog so that the form labels are not hard-coded into the actual form (thus allowing multi-language deployments).

ca_cudmorea at 2007-7-8 21:47:45 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Thank you for your response. I am able to locate these variables in WPMessages.properties file.Message was edited by: User_idm
User_idma at 2007-7-8 21:47:45 > top of Java-index,Web & Directory Servers,Directory Servers...