cancel
Showing results for 
Search instead for 
Did you mean: 

Change label of User profile fields

purohitsumit
Champ in-the-making
Champ in-the-making
Hi,

What is best way to change label of user profile form when admin open a new user account in ALFRESCO CONSOLE.
For example :

Company ID:   
Organization:   
Job Title:   
Location:


I just want to change its lable, However it is saved internally is fine  with me. The reason i want to change label is that i want to store 2,3 fields of  user metadata but dont want to code new UI/model. So i am thinking of using existing fields.


Thanks
sumit
6 REPLIES 6

aaditvmajmudar
Confirmed Champ
Confirmed Champ
You can create your custom-slingshot.properties and you can override keys which is responsible to show the labels from slingshot.properties file.

e.g,
label.jobtitle=Custom Label

You can load this properties file from custom-slingshot-application-context.xml file.

Hope this helps.

Thanks AaditVMajmudar,

It seems like a file which will change share's user profile page. NOT ALFRESCO CONSOLE. Is it true.?
My user base has been using alfresco console for new user creation.

Which file should i change for Alfresco'c User profile console.
Thanks

I found webclient.properties file which is doing same thing for alfresco webapp ( not share webapp) but for some reason it is not showing updated values when I restart.

–Sumit

Hi,

you need to change in [strong]webclient_en.properties[strong] if your locale is english.

aaditvmajmudar
Confirmed Champ
Confirmed Champ
Yes that's true.

It will change share user creation page.

For alfresco, you have changed directly into OOTB webclient.properties file?

anon26949
Star Contributor
Star Contributor

You could change the user's profile labels as described here (similar way):