cancel
Showing results for 
Search instead for 
Did you mean: 

How to create custom field in create user form in alfresco 5.2

faizrahk
Confirmed Champ
Confirmed Champ

Hi There,

I need to add extra field in create user page in alfresco 5.2

I have gone through this article

Tip: Adding your own properties to a person object in Alfresco 3.4 | ECM Architect 

But this can be used for adding extra field in profile.

Can anyone help me in implementing this.

which are the files to modify.

5 REPLIES 5

douglascrp
World-Class Innovator
World-Class Innovator

Puedes obtener una versión más actualizada de esa customización en GitHub - sujaypillai/someco-people 

faizrahk
Confirmed Champ
Confirmed Champ

Thanks for the reply,

Actually im looking to use the custom field in create user page - users.get.html.ftl
Im able to create custom field in profile page by referring the link https://github.com/sujaypillai/someco-people,

but when i add the code in users.get.html.ftl file present in console

it is not saving the value

douglascrp
World-Class Innovator
World-Class Innovator

I'm not sure if I understood what you need.

Can you share a screenshot of that screen you want to customize?

Hi,

I want to add custom field (chekbox with default value as true) in create user link in admin console. Please tell me the files to edit.

currently im able to add custom field in profile page which is not my requirement.

Thanks in advance

douglascrp
World-Class Innovator
World-Class Innovator

All you have to do is to perform similar changes in that page, I mean, create the field elements, and then change the related webscripts to read/write from/to the repository.

There is no ready to use code for that, not that I know.