I wanted to do some enhancements in the forms used for adding and editing the users. In my requirement I am using only sites so I don't want to use Organizations and User groups sections. I want to hide some sections in the user creation and editing forms. With reference to some web search I have created the properties-ext.properties file with following content
users.form.my.account.main=details,password,sites,roles
users.form.my.account.identification=addresses,phone-numbers
users.form.my.account.miscellaneous=announcements,comments
After restarting the tomcat, The changes are reflected only at "My Account" tab. But I want to reflect the same changes in user creation and user edit forms also. How can I do that? Are there any specific configuration is there to do the same Or did I miss some steps? Or If we want to do enhancements through Hooks, Where can I find the source code files for add and edit user forms?